Html Css Color HEX #BB94CC Wisteria

📋 copy color: '#BB94CC'

red 187 ◦ green 148 ◦ blue 204

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

Shades of Wisteria #BB94CC

Tints of Wisteria #BB94CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 34.69%
G = 27.46%
B = 37.85%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB94CC (or 0xBB94CC) is known color: Wisteria. HEX triplet: BB, 94 and CC. RGB value is (187,148,204). Sum of RGB (Red+Green+Blue) = 187+148+204=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CC is #446B33. Grayscale: #A5A5A5. Windows color (decimal): -4483892 or 13407419. OLE color: 13407419.

HSL color Cylindrical-coordinate representation of color #BB94CC: hue angle of 281.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB94CC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 148 204 -
CMYK 0.08 0.27 0 0.2
HSL 281.79º 0.35% 0.69% -
HSV(B) 281.79º 0.27% 0.8% -
XYZ 41.98 36.1 61.88 -
YUV 166.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 187 148 204 0.08 0.27 0 0.2 281.79 0.35 0.69
Hex BB 94 CC 8 1B 0 14 11A 23 45
Octal 273 224 314 10 33 0 24 432 43 105
Binary 10111011 10010100 11001100 1000 11011 0 10100 100011010 100011 1000101

Color Harmonies of #BB94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94CC

Black with #BB94CC

Text Example


Text Example

White with #BB94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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