Html Css Color HEX #BD93CE Wisteria

📋 copy color: '#BD93CE'

red 189 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #BD93CE

Tints of Wisteria #BD93CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.12%

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

R = 34.87%
G = 27.12%
B = 38.01%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD93CE (or 0xBD93CE) is known color: Wisteria. HEX triplet: BD, 93 and CE. RGB value is (189,147,206). Sum of RGB (Red+Green+Blue) = 189+147+206=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93CE is #426C31. Grayscale: #A6A6A6. Windows color (decimal): -4353074 or 13538237. OLE color: 13538237.

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

Color convert

RGB 189 147 206 -
CMYK 0.08 0.29 0 0.19
HSL 282.71º 0.38% 0.69% -
HSV(B) 282.71º 0.29% 0.81% -
XYZ 42.56 36.14 63.13 -
YUV 166.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 189 147 206 0.08 0.29 0 0.19 282.71 0.38 0.69
Hex BD 93 CE 8 1D 0 13 11B 26 45
Octal 275 223 316 10 35 0 23 433 46 105
Binary 10111101 10010011 11001110 1000 11101 0 10011 100011011 100110 1000101

Color Harmonies of #BD93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93CE

Black with #BD93CE

Text Example


Text Example

White with #BD93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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