Html Css Color HEX #BC9FFF Perfume

📋 copy color: '#BC9FFF'

red 188 ◦ green 159 ◦ blue 255

#BC9FFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BC9FFF

Tints of Perfume #BC9FFF

RGB

 RED value IS 188 (73.83% from 255) = 31.23%

 GREEN value IS 159 (62.5% from 255) = 26.41%

 BLUE value IS 255 (100% from 255) = 42.36%

R = 31.23%
G = 26.41%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC9FFF (or 0xBC9FFF) is known color: Perfume. HEX triplet: BC, 9F and FF. RGB value is (188,159,255). Sum of RGB (Red+Green+Blue) = 188+159+255=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FFF is #436000. Grayscale: #B2B2B2. Windows color (decimal): -4415489 or 16752572. OLE color: 16752572.

HSL color Cylindrical-coordinate representation of color #BC9FFF: hue angle of 258.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9FFF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 159 255 -
CMYK 0.26 0.38 0 0
HSL 258.13º 1% 0.81% -
HSV(B) 258.13º 0.38% 1% -
XYZ 51.19 42.71 100.15 -
YUV 178.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 188 159 255 0.26 0.38 0 0 258.13 1 0.81
Hex BC 9F FF 1A 26 0 0 102 64 51
Octal 274 237 377 32 46 0 0 402 144 121
Binary 10111100 10011111 11111111 11010 100110 0 0 100000010 1100100 1010001

Color Harmonies of #BC9FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FFF

Black with #BC9FFF

Text Example


Text Example

White with #BC9FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FFF; }

 p { color: rgb(188,159,255); }

 H1.HeaderClassName
 {
   color: #BC9FFF;
 }
 .AnyTagClassName
 {
   color: #BC9FFF;
 }
</style>

background-color css

<style>
 a { background-color: #BC9FFF; }

 a { background-color: rgb(188,159,255); }

 div.DivClassName
 {
   background-color: #BC9FFF;
 }
 .BgClassName
 {
   background-color: #BC9FFF;
 }
</style>

border-color css

<style>
 span { border-color: #BC9FFF; }

 span { border-color: rgb(188,159,255); }

 td.TdClassName
 {
   border-color: #BC9FFF;
 }
 .TagClassName
 {
   border-color: #BC9FFF;
 }
</style>