Html Css Color HEX #BD7EE8 Wisteria

📋 copy color: '#BD7EE8'

red 189 ◦ green 126 ◦ blue 232

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

Shades of Wisteria #BD7EE8

Tints of Wisteria #BD7EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.41%

R = 34.55%
G = 23.03%
B = 42.41%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD7EE8 (or 0xBD7EE8) is known color: Wisteria. HEX triplet: BD, 7E and E8. RGB value is (189,126,232). Sum of RGB (Red+Green+Blue) = 189+126+232=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD7EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7EE8 is #428117. Grayscale: #9C9C9C. Windows color (decimal): -4358424 or 15236797. OLE color: 15236797.

HSL color Cylindrical-coordinate representation of color #BD7EE8: hue angle of 275.66º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7EE8 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 126 232 -
CMYK 0.19 0.46 0 0.09
HSL 275.66º 0.7% 0.7% -
HSV(B) 275.66º 0.46% 0.91% -
XYZ 43.01 31.57 80.17 -
YUV 156.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 189 126 232 0.19 0.46 0 0.09 275.66 0.7 0.7
Hex BD 7E E8 13 2E 0 9 114 46 46
Octal 275 176 350 23 56 0 11 424 106 106
Binary 10111101 1111110 11101000 10011 101110 0 1001 100010100 1000110 1000110

Color Harmonies of #BD7EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EE8

Black with #BD7EE8

Text Example


Text Example

White with #BD7EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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