Html Css Color HEX #BD93D0 Wisteria

📋 copy color: '#BD93D0'

red 189 ◦ green 147 ◦ blue 208

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

Shades of Wisteria #BD93D0

Tints of Wisteria #BD93D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 34.74%
G = 27.02%
B = 38.24%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD93D0 (or 0xBD93D0) is known color: Wisteria. HEX triplet: BD, 93 and D0. RGB value is (189,147,208). Sum of RGB (Red+Green+Blue) = 189+147+208=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93D0 is #426C2F. Grayscale: #A6A6A6. Windows color (decimal): -4353072 or 13669309. OLE color: 13669309.

HSL color Cylindrical-coordinate representation of color #BD93D0: hue angle of 281.31º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD93D0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 147 208 -
CMYK 0.09 0.29 0 0.18
HSL 281.31º 0.39% 0.7% -
HSV(B) 281.31º 0.29% 0.82% -
XYZ 42.81 36.24 64.41 -
YUV 166.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 189 147 208 0.09 0.29 0 0.18 281.31 0.39 0.7
Hex BD 93 D0 9 1D 0 12 119 27 46
Octal 275 223 320 11 35 0 22 431 47 106
Binary 10111101 10010011 11010000 1001 11101 0 10010 100011001 100111 1000110

Color Harmonies of #BD93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93D0

Black with #BD93D0

Text Example


Text Example

White with #BD93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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