Html Css Color HEX #BB95D4 Wisteria

📋 copy color: '#BB95D4'

red 187 ◦ green 149 ◦ blue 212

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

Shades of Wisteria #BB95D4

Tints of Wisteria #BB95D4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 34.12%
G = 27.19%
B = 38.69%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB95D4 (or 0xBB95D4) is known color: Wisteria. HEX triplet: BB, 95 and D4. RGB value is (187,149,212). Sum of RGB (Red+Green+Blue) = 187+149+212=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB95D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D4 is #446A2B. Grayscale: #A7A7A7. Windows color (decimal): -4483628 or 13931963. OLE color: 13931963.

HSL color Cylindrical-coordinate representation of color #BB95D4: hue angle of 276.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB95D4 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 149 212 -
CMYK 0.12 0.30 0 0.17
HSL 276.19º 0.42% 0.71% -
HSV(B) 276.19º 0.3% 0.83% -
XYZ 43.12 36.81 67.12 -
YUV 167.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 187 149 212 0.12 0.30 0 0.17 276.19 0.42 0.71
Hex BB 95 D4 C 1E 0 11 114 2A 47
Octal 273 225 324 14 36 0 21 424 52 107
Binary 10111011 10010101 11010100 1100 11110 0 10001 100010100 101010 1000111

Color Harmonies of #BB95D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95D4

Black with #BB95D4

Text Example


Text Example

White with #BB95D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95D4; }

 p { color: rgb(187,149,212); }

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

background-color css

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

 a { background-color: rgb(187,149,212); }

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

border-color css

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

 span { border-color: rgb(187,149,212); }

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