Html Css Color HEX #BC8BF9 Perfume

📋 copy color: '#BC8BF9'

red 188 ◦ green 139 ◦ blue 249

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

Shades of Perfume #BC8BF9

Tints of Perfume #BC8BF9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.13%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 32.64%
G = 24.13%
B = 43.23%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8BF9 (or 0xBC8BF9) is known color: Perfume. HEX triplet: BC, 8B and F9. RGB value is (188,139,249). Sum of RGB (Red+Green+Blue) = 188+139+249=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC8BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BF9 is #437406. Grayscale: #A5A5A5. Windows color (decimal): -4420615 or 16354236. OLE color: 16354236.

HSL color Cylindrical-coordinate representation of color #BC8BF9: hue angle of 266.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8BF9 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 139 249 -
CMYK 0.24 0.44 0 0.02
HSL 266.73º 0.9% 0.76% -
HSV(B) 266.73º 0.44% 0.98% -
XYZ 47.07 36 94.09 -
YUV 166.19 174.73 143.56 -
System Red Green Blue C M Y K H S L
Decimal 188 139 249 0.24 0.44 0 0.02 266.73 0.9 0.76
Hex BC 8B F9 18 2C 0 2 10B 5A 4C
Octal 274 213 371 30 54 0 2 413 132 114
Binary 10111100 10001011 11111001 11000 101100 0 10 100001011 1011010 1001100

Color Harmonies of #BC8BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BF9

Black with #BC8BF9

Text Example


Text Example

White with #BC8BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BF9; }

 p { color: rgb(188,139,249); }

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

background-color css

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

 a { background-color: rgb(188,139,249); }

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

border-color css

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

 span { border-color: rgb(188,139,249); }

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