Html Css Color HEX #BB8BFB Perfume

📋 copy color: '#BB8BFB'

red 187 ◦ green 139 ◦ blue 251

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

Shades of Perfume #BB8BFB

Tints of Perfume #BB8BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 32.41%
G = 24.09%
B = 43.5%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB8BFB (or 0xBB8BFB) is known color: Perfume. HEX triplet: BB, 8B and FB. RGB value is (187,139,251). Sum of RGB (Red+Green+Blue) = 187+139+251=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BFB is #447404. Grayscale: #A5A5A5. Windows color (decimal): -4486149 or 16485307. OLE color: 16485307.

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

Color convert

RGB 187 139 251 -
CMYK 0.25 0.45 0 0.02
HSL 265.71º 0.93% 0.76% -
HSV(B) 265.71º 0.45% 0.98% -
XYZ 47.14 36 95.73 -
YUV 166.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 187 139 251 0.25 0.45 0 0.02 265.71 0.93 0.76
Hex BB 8B FB 19 2D 0 2 10A 5D 4C
Octal 273 213 373 31 55 0 2 412 135 114
Binary 10111011 10001011 11111011 11001 101101 0 10 100001010 1011101 1001100

Color Harmonies of #BB8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BFB

Black with #BB8BFB

Text Example


Text Example

White with #BB8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BFB; }

 p { color: rgb(187,139,251); }

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

background-color css

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

 a { background-color: rgb(187,139,251); }

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

border-color css

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

 span { border-color: rgb(187,139,251); }

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