Html Css Color HEX #BD97CE Wisteria

📋 copy color: '#BD97CE'

red 189 ◦ green 151 ◦ blue 206

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

Shades of Wisteria #BD97CE

Tints of Wisteria #BD97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.66%

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 34.62%
G = 27.66%
B = 37.73%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD97CE (or 0xBD97CE) is known color: Wisteria. HEX triplet: BD, 97 and CE. RGB value is (189,151,206). Sum of RGB (Red+Green+Blue) = 189+151+206=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97CE is #426831. Grayscale: #A8A8A8. Windows color (decimal): -4352050 or 13539261. OLE color: 13539261.

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

Color convert

RGB 189 151 206 -
CMYK 0.08 0.27 0 0.19
HSL 281.45º 0.36% 0.7% -
HSV(B) 281.45º 0.27% 0.81% -
XYZ 43.19 37.41 63.34 -
YUV 168.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 189 151 206 0.08 0.27 0 0.19 281.45 0.36 0.7
Hex BD 97 CE 8 1B 0 13 119 24 46
Octal 275 227 316 10 33 0 23 431 44 106
Binary 10111101 10010111 11001110 1000 11011 0 10011 100011001 100100 1000110

Color Harmonies of #BD97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97CE

Black with #BD97CE

Text Example


Text Example

White with #BD97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97CE; }

 p { color: rgb(189,151,206); }

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

background-color css

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

 a { background-color: rgb(189,151,206); }

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

border-color css

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

 span { border-color: rgb(189,151,206); }

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