Html Css Color HEX #BB94D0 Wisteria

📋 copy color: '#BB94D0'

red 187 ◦ green 148 ◦ blue 208

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

Shades of Wisteria #BB94D0

Tints of Wisteria #BB94D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 34.44%
G = 27.26%
B = 38.31%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB94D0 (or 0xBB94D0) is known color: Wisteria. HEX triplet: BB, 94 and D0. RGB value is (187,148,208). Sum of RGB (Red+Green+Blue) = 187+148+208=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94D0 is #446B2F. Grayscale: #A6A6A6. Windows color (decimal): -4483888 or 13669563. OLE color: 13669563.

HSL color Cylindrical-coordinate representation of color #BB94D0: hue angle of 279º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB94D0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 148 208 -
CMYK 0.10 0.29 0 0.18
HSL 279º 0.39% 0.7% -
HSV(B) 279º 0.29% 0.82% -
XYZ 42.47 36.3 64.44 -
YUV 166.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 187 148 208 0.10 0.29 0 0.18 279 0.39 0.7
Hex BB 94 D0 A 1D 0 12 117 27 46
Octal 273 224 320 12 35 0 22 427 47 106
Binary 10111011 10010100 11010000 1010 11101 0 10010 100010111 100111 1000110

Color Harmonies of #BB94D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94D0

Black with #BB94D0

Text Example


Text Example

White with #BB94D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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