Html Css Color HEX #BB8EF4 Perfume

📋 copy color: '#BB8EF4'

red 187 ◦ green 142 ◦ blue 244

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

Shades of Perfume #BB8EF4

Tints of Perfume #BB8EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.58%

R = 32.64%
G = 24.78%
B = 42.58%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB8EF4 (or 0xBB8EF4) is known color: Perfume. HEX triplet: BB, 8E and F4. RGB value is (187,142,244). Sum of RGB (Red+Green+Blue) = 187+142+244=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EF4 is #44710B. Grayscale: #A6A6A6. Windows color (decimal): -4485388 or 16027323. OLE color: 16027323.

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

Color convert

RGB 187 142 244 -
CMYK 0.23 0.42 0 0.04
HSL 266.47º 0.82% 0.76% -
HSV(B) 266.47º 0.42% 0.96% -
XYZ 46.5 36.44 90.17 -
YUV 167.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 187 142 244 0.23 0.42 0 0.04 266.47 0.82 0.76
Hex BB 8E F4 17 2A 0 4 10A 52 4C
Octal 273 216 364 27 52 0 4 412 122 114
Binary 10111011 10001110 11110100 10111 101010 0 100 100001010 1010010 1001100

Color Harmonies of #BB8EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EF4

Black with #BB8EF4

Text Example


Text Example

White with #BB8EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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