Html Css Color HEX #BD7FE5 Wisteria

📋 copy color: '#BD7FE5'

red 189 ◦ green 127 ◦ blue 229

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

Shades of Wisteria #BD7FE5

Tints of Wisteria #BD7FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 34.68%
G = 23.3%
B = 42.02%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD7FE5 (or 0xBD7FE5) is known color: Wisteria. HEX triplet: BD, 7F and E5. RGB value is (189,127,229). Sum of RGB (Red+Green+Blue) = 189+127+229=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FE5 is #42801A. Grayscale: #9C9C9C. Windows color (decimal): -4358171 or 15040445. OLE color: 15040445.

HSL color Cylindrical-coordinate representation of color #BD7FE5: hue angle of 276.47º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7FE5 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 127 229 -
CMYK 0.17 0.45 0 0.10
HSL 276.47º 0.66% 0.7% -
HSV(B) 276.47º 0.45% 0.9% -
XYZ 42.72 31.65 77.99 -
YUV 157.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 189 127 229 0.17 0.45 0 0.10 276.47 0.66 0.7
Hex BD 7F E5 11 2D 0 A 114 42 46
Octal 275 177 345 21 55 0 12 424 102 106
Binary 10111101 1111111 11100101 10001 101101 0 1010 100010100 1000010 1000110

Color Harmonies of #BD7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FE5

Black with #BD7FE5

Text Example


Text Example

White with #BD7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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