Html Css Color HEX #BB94CF Wisteria

📋 copy color: '#BB94CF'

red 187 ◦ green 148 ◦ blue 207

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

Shades of Wisteria #BB94CF

Tints of Wisteria #BB94CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 34.5%
G = 27.31%
B = 38.19%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB94CF (or 0xBB94CF) is known color: Wisteria. HEX triplet: BB, 94 and CF. RGB value is (187,148,207). Sum of RGB (Red+Green+Blue) = 187+148+207=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CF is #446B30. Grayscale: #A6A6A6. Windows color (decimal): -4483889 or 13604027. OLE color: 13604027.

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

Color convert

RGB 187 148 207 -
CMYK 0.10 0.29 0 0.19
HSL 279.66º 0.38% 0.7% -
HSV(B) 279.66º 0.29% 0.81% -
XYZ 42.35 36.25 63.8 -
YUV 166.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 187 148 207 0.10 0.29 0 0.19 279.66 0.38 0.7
Hex BB 94 CF A 1D 0 13 118 26 46
Octal 273 224 317 12 35 0 23 430 46 106
Binary 10111011 10010100 11001111 1010 11101 0 10011 100011000 100110 1000110

Color Harmonies of #BB94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB94CF

Black with #BB94CF

Text Example


Text Example

White with #BB94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB94CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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