Html Css Color HEX #BB8EFD Perfume

📋 copy color: '#BB8EFD'

red 187 ◦ green 142 ◦ blue 253

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

Shades of Perfume #BB8EFD

Tints of Perfume #BB8EFD

RGB

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

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

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

R = 32.13%
G = 24.4%
B = 43.47%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB8EFD (or 0xBB8EFD) is known color: Perfume. HEX triplet: BB, 8E and FD. RGB value is (187,142,253). Sum of RGB (Red+Green+Blue) = 187+142+253=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EFD is #447102. Grayscale: #A7A7A7. Windows color (decimal): -4485379 or 16617147. OLE color: 16617147.

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

Color convert

RGB 187 142 253 -
CMYK 0.26 0.44 0 0.01
HSL 264.32º 0.97% 0.77% -
HSV(B) 264.32º 0.44% 0.99% -
XYZ 47.9 37 97.55 -
YUV 168.11 175.91 141.47 -
System Red Green Blue C M Y K H S L
Decimal 187 142 253 0.26 0.44 0 0.01 264.32 0.97 0.77
Hex BB 8E FD 1A 2C 0 1 108 61 4D
Octal 273 216 375 32 54 0 1 410 141 115
Binary 10111011 10001110 11111101 11010 101100 0 1 100001000 1100001 1001101

Color Harmonies of #BB8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EFD

Black with #BB8EFD

Text Example


Text Example

White with #BB8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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