Html Css Color HEX #BD93CA Wisteria

📋 copy color: '#BD93CA'

red 189 ◦ green 147 ◦ blue 202

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

Shades of Wisteria #BD93CA

Tints of Wisteria #BD93CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 35.13%
G = 27.32%
B = 37.55%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BD93CA (or 0xBD93CA) is known color: Wisteria. HEX triplet: BD, 93 and CA. RGB value is (189,147,202). Sum of RGB (Red+Green+Blue) = 189+147+202=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD93CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93CA is #426C35. Grayscale: #A5A5A5. Windows color (decimal): -4353078 or 13276093. OLE color: 13276093.

HSL color Cylindrical-coordinate representation of color #BD93CA: hue angle of 285.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD93CA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 147 202 -
CMYK 0.06 0.27 0 0.21
HSL 285.82º 0.34% 0.68% -
HSV(B) 285.82º 0.27% 0.79% -
XYZ 42.08 35.95 60.6 -
YUV 165.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 189 147 202 0.06 0.27 0 0.21 285.82 0.34 0.68
Hex BD 93 CA 6 1B 0 15 11E 22 44
Octal 275 223 312 6 33 0 25 436 42 104
Binary 10111101 10010011 11001010 110 11011 0 10101 100011110 100010 1000100

Color Harmonies of #BD93CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93CA

Black with #BD93CA

Text Example


Text Example

White with #BD93CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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