Html Css Color HEX #BC8FF6 Perfume

📋 copy color: '#BC8FF6'

red 188 ◦ green 143 ◦ blue 246

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

Shades of Perfume #BC8FF6

Tints of Perfume #BC8FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 32.58%
G = 24.78%
B = 42.63%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC8FF6 (or 0xBC8FF6) is known color: Perfume. HEX triplet: BC, 8F and F6. RGB value is (188,143,246). Sum of RGB (Red+Green+Blue) = 188+143+246=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC8FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FF6 is #437009. Grayscale: #A7A7A7. Windows color (decimal): -4419594 or 16158652. OLE color: 16158652.

HSL color Cylindrical-coordinate representation of color #BC8FF6: hue angle of 266.21º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8FF6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 143 246 -
CMYK 0.24 0.42 0 0.04
HSL 266.21º 0.85% 0.76% -
HSV(B) 266.21º 0.42% 0.96% -
XYZ 47.2 36.99 91.84 -
YUV 168.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 188 143 246 0.24 0.42 0 0.04 266.21 0.85 0.76
Hex BC 8F F6 18 2A 0 4 10A 55 4C
Octal 274 217 366 30 52 0 4 412 125 114
Binary 10111100 10001111 11110110 11000 101010 0 100 100001010 1010101 1001100

Color Harmonies of #BC8FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FF6

Black with #BC8FF6

Text Example


Text Example

White with #BC8FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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