Html Css Color HEX #BC8CFF Perfume

📋 copy color: '#BC8CFF'

red 188 ◦ green 140 ◦ blue 255

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

Shades of Perfume #BC8CFF

Tints of Perfume #BC8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.01%

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

R = 32.25%
G = 24.01%
B = 43.74%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC8CFF (or 0xBC8CFF) is known color: Perfume. HEX triplet: BC, 8C and FF. RGB value is (188,140,255). Sum of RGB (Red+Green+Blue) = 188+140+255=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CFF is #437300. Grayscale: #A7A7A7. Windows color (decimal): -4420353 or 16747708. OLE color: 16747708.

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

Color convert

RGB 188 140 255 -
CMYK 0.26 0.45 0 0
HSL 265.04º 1% 0.77% -
HSV(B) 265.04º 0.45% 1% -
XYZ 48.17 36.67 99.15 -
YUV 167.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 188 140 255 0.26 0.45 0 0 265.04 1 0.77
Hex BC 8C FF 1A 2D 0 0 109 64 4D
Octal 274 214 377 32 55 0 0 411 144 115
Binary 10111100 10001100 11111111 11010 101101 0 0 100001001 1100100 1001101

Color Harmonies of #BC8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CFF

Black with #BC8CFF

Text Example


Text Example

White with #BC8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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