Html Css Color HEX #BB8FFD Perfume

📋 copy color: '#BB8FFD'

red 187 ◦ green 143 ◦ blue 253

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

Shades of Perfume #BB8FFD

Tints of Perfume #BB8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.53%

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

R = 32.08%
G = 24.53%
B = 43.4%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB8FFD (or 0xBB8FFD) is known color: Perfume. HEX triplet: BB, 8F and FD. RGB value is (187,143,253). Sum of RGB (Red+Green+Blue) = 187+143+253=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FFD is #447002. Grayscale: #A8A8A8. Windows color (decimal): -4485123 or 16617403. OLE color: 16617403.

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

Color convert

RGB 187 143 253 -
CMYK 0.26 0.43 0 0.01
HSL 264º 0.96% 0.78% -
HSV(B) 264º 0.43% 0.99% -
XYZ 48.05 37.3 97.6 -
YUV 168.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 187 143 253 0.26 0.43 0 0.01 264 0.96 0.78
Hex BB 8F FD 1A 2B 0 1 108 60 4E
Octal 273 217 375 32 53 0 1 410 140 116
Binary 10111011 10001111 11111101 11010 101011 0 1 100001000 1100000 1001110

Color Harmonies of #BB8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FFD

Black with #BB8FFD

Text Example


Text Example

White with #BB8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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