Html Css Color HEX #BD7ED8 Wisteria

📋 copy color: '#BD7ED8'

red 189 ◦ green 126 ◦ blue 216

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

Shades of Wisteria #BD7ED8

Tints of Wisteria #BD7ED8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

 BLUE value IS 216 (84.77% from 255) = 40.68%

R = 35.59%
G = 23.73%
B = 40.68%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD7ED8 (or 0xBD7ED8) is known color: Wisteria. HEX triplet: BD, 7E and D8. RGB value is (189,126,216). Sum of RGB (Red+Green+Blue) = 189+126+216=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ED8 is #428127. Grayscale: #9A9A9A. Windows color (decimal): -4358440 or 14188221. OLE color: 14188221.

HSL color Cylindrical-coordinate representation of color #BD7ED8: hue angle of 282º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7ED8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 126 216 -
CMYK 0.12 0.42 0 0.15
HSL 282º 0.54% 0.67% -
HSV(B) 282º 0.42% 0.85% -
XYZ 40.84 30.7 68.74 -
YUV 155.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 189 126 216 0.12 0.42 0 0.15 282 0.54 0.67
Hex BD 7E D8 C 2A 0 F 11A 36 43
Octal 275 176 330 14 52 0 17 432 66 103
Binary 10111101 1111110 11011000 1100 101010 0 1111 100011010 110110 1000011

Color Harmonies of #BD7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7ED8

Black with #BD7ED8

Text Example


Text Example

White with #BD7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7ED8; }

 p { color: rgb(189,126,216); }

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

background-color css

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

 a { background-color: rgb(189,126,216); }

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

border-color css

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

 span { border-color: rgb(189,126,216); }

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