Html Css Color HEX #BD7FED Wisteria

📋 copy color: '#BD7FED'

red 189 ◦ green 127 ◦ blue 237

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

Shades of Wisteria #BD7FED

Tints of Wisteria #BD7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 34.18%
G = 22.97%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD7FED (or 0xBD7FED) is known color: Wisteria. HEX triplet: BD, 7F and ED. RGB value is (189,127,237). Sum of RGB (Red+Green+Blue) = 189+127+237=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FED is #428012. Grayscale: #9D9D9D. Windows color (decimal): -4358163 or 15564733. OLE color: 15564733.

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

Color convert

RGB 189 127 237 -
CMYK 0.20 0.46 0 0.07
HSL 273.82º 0.75% 0.71% -
HSV(B) 273.82º 0.46% 0.93% -
XYZ 43.86 32.11 84.01 -
YUV 158.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 189 127 237 0.20 0.46 0 0.07 273.82 0.75 0.71
Hex BD 7F ED 14 2E 0 7 112 4B 47
Octal 275 177 355 24 56 0 7 422 113 107
Binary 10111101 1111111 11101101 10100 101110 0 111 100010010 1001011 1000111

Color Harmonies of #BD7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FED

Black with #BD7FED

Text Example


Text Example

White with #BD7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FED; }

 p { color: rgb(189,127,237); }

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

background-color css

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

 a { background-color: rgb(189,127,237); }

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

border-color css

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

 span { border-color: rgb(189,127,237); }

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