Html Css Color HEX #BC8FF0 Perfume

📋 copy color: '#BC8FF0'

red 188 ◦ green 143 ◦ blue 240

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

Shades of Perfume #BC8FF0

Tints of Perfume #BC8FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.04%

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 32.92%
G = 25.04%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC8FF0 (or 0xBC8FF0) is known color: Perfume. HEX triplet: BC, 8F and F0. RGB value is (188,143,240). Sum of RGB (Red+Green+Blue) = 188+143+240=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC8FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FF0 is #43700F. Grayscale: #A7A7A7. Windows color (decimal): -4419600 or 15765436. OLE color: 15765436.

HSL color Cylindrical-coordinate representation of color #BC8FF0: hue angle of 267.84º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8FF0 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 143 240 -
CMYK 0.22 0.40 0 0.06
HSL 267.84º 0.76% 0.75% -
HSV(B) 267.84º 0.4% 0.94% -
XYZ 46.29 36.63 87.07 -
YUV 167.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 188 143 240 0.22 0.40 0 0.06 267.84 0.76 0.75
Hex BC 8F F0 16 28 0 6 10C 4C 4B
Octal 274 217 360 26 50 0 6 414 114 113
Binary 10111100 10001111 11110000 10110 101000 0 110 100001100 1001100 1001011

Color Harmonies of #BC8FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FF0

Black with #BC8FF0

Text Example


Text Example

White with #BC8FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FF0; }

 p { color: rgb(188,143,240); }

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

background-color css

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

 a { background-color: rgb(188,143,240); }

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

border-color css

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

 span { border-color: rgb(188,143,240); }

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