Html Css Color HEX #BB8EF5 Perfume

📋 copy color: '#BB8EF5'

red 187 ◦ green 142 ◦ blue 245

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

Shades of Perfume #BB8EF5

Tints of Perfume #BB8EF5

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

 GREEN value IS 142 (55.86% from 255) = 24.74%

 BLUE value IS 245 (96.09% from 255) = 42.68%

R = 32.58%
G = 24.74%
B = 42.68%

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

#BB8EF5 (or 0xBB8EF5) is known color: Perfume. HEX triplet: BB, 8E and F5. RGB value is (187,142,245). Sum of RGB (Red+Green+Blue) = 187+142+245=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB8EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EF5 is #44710A. Grayscale: #A6A6A6. Windows color (decimal): -4485387 or 16092859. OLE color: 16092859.

HSL color Cylindrical-coordinate representation of color #BB8EF5: hue angle of 266.21º degrees, saturation: 0.84, 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 #BB8EF5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 142 245 -
CMYK 0.24 0.42 0 0.04
HSL 266.21º 0.84% 0.76% -
HSV(B) 266.21º 0.42% 0.96% -
XYZ 46.65 36.5 90.97 -
YUV 167.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 187 142 245 0.24 0.42 0 0.04 266.21 0.84 0.76
Hex BB 8E F5 18 2A 0 4 10A 54 4C
Octal 273 216 365 30 52 0 4 412 124 114
Binary 10111011 10001110 11110101 11000 101010 0 100 100001010 1010100 1001100

Color Harmonies of #BB8EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EF5

Black with #BB8EF5

Text Example


Text Example

White with #BB8EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EF5; }

 p { color: rgb(187,142,245); }

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

background-color css

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

 a { background-color: rgb(187,142,245); }

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

border-color css

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

 span { border-color: rgb(187,142,245); }

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