Html Css Color HEX #BD7DE8 Wisteria

📋 copy color: '#BD7DE8'

red 189 ◦ green 125 ◦ blue 232

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

Shades of Wisteria #BD7DE8

Tints of Wisteria #BD7DE8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.89%

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

R = 34.62%
G = 22.89%
B = 42.49%

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

#BD7DE8 (or 0xBD7DE8) is known color: Wisteria. HEX triplet: BD, 7D and E8. RGB value is (189,125,232). Sum of RGB (Red+Green+Blue) = 189+125+232=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DE8 is #428217. Grayscale: #9B9B9B. Windows color (decimal): -4358680 or 15236541. OLE color: 15236541.

HSL color Cylindrical-coordinate representation of color #BD7DE8: hue angle of 275.89º 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 #BD7DE8 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 125 232 -
CMYK 0.19 0.46 0 0.09
HSL 275.89º 0.7% 0.7% -
HSV(B) 275.89º 0.46% 0.91% -
XYZ 42.89 31.31 80.13 -
YUV 156.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 189 125 232 0.19 0.46 0 0.09 275.89 0.7 0.7
Hex BD 7D E8 13 2E 0 9 114 46 46
Octal 275 175 350 23 56 0 11 424 106 106
Binary 10111101 1111101 11101000 10011 101110 0 1001 100010100 1000110 1000110

Color Harmonies of #BD7DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DE8

Black with #BD7DE8

Text Example


Text Example

White with #BD7DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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