Html Css Color HEX #BB8BFD Perfume

📋 copy color: '#BB8BFD'

red 187 ◦ green 139 ◦ blue 253

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

Shades of Perfume #BB8BFD

Tints of Perfume #BB8BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 32.3%
G = 24.01%
B = 43.7%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB8BFD (or 0xBB8BFD) is known color: Perfume. HEX triplet: BB, 8B and FD. RGB value is (187,139,253). Sum of RGB (Red+Green+Blue) = 187+139+253=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB8BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BFD is #447402. Grayscale: #A5A5A5. Windows color (decimal): -4486147 or 16616379. OLE color: 16616379.

HSL color Cylindrical-coordinate representation of color #BB8BFD: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8BFD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 139 253 -
CMYK 0.26 0.45 0 0.01
HSL 265.26º 0.97% 0.77% -
HSV(B) 265.26º 0.45% 0.99% -
XYZ 47.46 36.12 97.4 -
YUV 166.35 176.9 142.73 -
System Red Green Blue C M Y K H S L
Decimal 187 139 253 0.26 0.45 0 0.01 265.26 0.97 0.77
Hex BB 8B FD 1A 2D 0 1 109 61 4D
Octal 273 213 375 32 55 0 1 411 141 115
Binary 10111011 10001011 11111101 11010 101101 0 1 100001001 1100001 1001101

Color Harmonies of #BB8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BFD

Black with #BB8BFD

Text Example


Text Example

White with #BB8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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