Html Css Color HEX #BD7DEE Wisteria

📋 copy color: '#BD7DEE'

red 189 ◦ green 125 ◦ blue 238

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

Shades of Wisteria #BD7DEE

Tints of Wisteria #BD7DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.12%

R = 34.24%
G = 22.64%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD7DEE (or 0xBD7DEE) is known color: Wisteria. HEX triplet: BD, 7D and EE. RGB value is (189,125,238). Sum of RGB (Red+Green+Blue) = 189+125+238=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7DEE is #428211. Grayscale: #9C9C9C. Windows color (decimal): -4358674 or 15629757. OLE color: 15629757.

HSL color Cylindrical-coordinate representation of color #BD7DEE: hue angle of 273.98º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7DEE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 125 238 -
CMYK 0.21 0.47 0 0.07
HSL 273.98º 0.77% 0.71% -
HSV(B) 273.98º 0.47% 0.93% -
XYZ 43.75 31.66 84.69 -
YUV 157.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 189 125 238 0.21 0.47 0 0.07 273.98 0.77 0.71
Hex BD 7D EE 15 2F 0 7 112 4D 47
Octal 275 175 356 25 57 0 7 422 115 107
Binary 10111101 1111101 11101110 10101 101111 0 111 100010010 1001101 1000111

Color Harmonies of #BD7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DEE

Black with #BD7DEE

Text Example


Text Example

White with #BD7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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