Html Css Color HEX #BD95CF Wisteria

📋 copy color: '#BD95CF'

red 189 ◦ green 149 ◦ blue 207

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

Shades of Wisteria #BD95CF

Tints of Wisteria #BD95CF

RGB

 RED value IS 189 (74.22% from 255) = 34.68%

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

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

R = 34.68%
G = 27.34%
B = 37.98%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD95CF (or 0xBD95CF) is known color: Wisteria. HEX triplet: BD, 95 and CF. RGB value is (189,149,207). Sum of RGB (Red+Green+Blue) = 189+149+207=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD95CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95CF is #426A30. Grayscale: #A7A7A7. Windows color (decimal): -4352561 or 13604285. OLE color: 13604285.

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

Color convert

RGB 189 149 207 -
CMYK 0.09 0.28 0 0.19
HSL 281.38º 0.38% 0.7% -
HSV(B) 281.38º 0.28% 0.81% -
XYZ 43 36.82 63.87 -
YUV 167.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 189 149 207 0.09 0.28 0 0.19 281.38 0.38 0.7
Hex BD 95 CF 9 1C 0 13 119 26 46
Octal 275 225 317 11 34 0 23 431 46 106
Binary 10111101 10010101 11001111 1001 11100 0 10011 100011001 100110 1000110

Color Harmonies of #BD95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD95CF

Black with #BD95CF

Text Example


Text Example

White with #BD95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD95CF; }

 p { color: rgb(189,149,207); }

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

background-color css

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

 a { background-color: rgb(189,149,207); }

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

border-color css

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

 span { border-color: rgb(189,149,207); }

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