Html Css Color HEX #BB94ED Perfume

📋 copy color: '#BB94ED'

red 187 ◦ green 148 ◦ blue 237

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

Shades of Perfume #BB94ED

Tints of Perfume #BB94ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.87%

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 32.69%
G = 25.87%
B = 41.43%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB94ED (or 0xBB94ED) is known color: Perfume. HEX triplet: BB, 94 and ED. RGB value is (187,148,237). Sum of RGB (Red+Green+Blue) = 187+148+237=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94ED is #446B12. Grayscale: #A9A9A9. Windows color (decimal): -4483859 or 15570107. OLE color: 15570107.

HSL color Cylindrical-coordinate representation of color #BB94ED: hue angle of 266.29º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB94ED is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 148 237 -
CMYK 0.21 0.38 0 0.07
HSL 266.29º 0.71% 0.75% -
HSV(B) 266.29º 0.38% 0.93% -
XYZ 46.37 37.86 84.98 -
YUV 169.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 187 148 237 0.21 0.38 0 0.07 266.29 0.71 0.75
Hex BB 94 ED 15 26 0 7 10A 47 4B
Octal 273 224 355 25 46 0 7 412 107 113
Binary 10111011 10010100 11101101 10101 100110 0 111 100001010 1000111 1001011

Color Harmonies of #BB94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94ED

Black with #BB94ED

Text Example


Text Example

White with #BB94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94ED; }

 p { color: rgb(187,148,237); }

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

background-color css

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

 a { background-color: rgb(187,148,237); }

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

border-color css

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

 span { border-color: rgb(187,148,237); }

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