Html Css Color HEX #BD7CE5 Wisteria

📋 copy color: '#BD7CE5'

red 189 ◦ green 124 ◦ blue 229

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

Shades of Wisteria #BD7CE5

Tints of Wisteria #BD7CE5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 34.87%
G = 22.88%
B = 42.25%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD7CE5 (or 0xBD7CE5) is known color: Wisteria. HEX triplet: BD, 7C and E5. RGB value is (189,124,229). Sum of RGB (Red+Green+Blue) = 189+124+229=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CE5 is #42831A. Grayscale: #9B9B9B. Windows color (decimal): -4358939 or 15039677. OLE color: 15039677.

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

Color convert

RGB 189 124 229 -
CMYK 0.17 0.46 0 0.10
HSL 277.14º 0.67% 0.69% -
HSV(B) 277.14º 0.46% 0.9% -
XYZ 42.34 30.89 77.86 -
YUV 155.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 189 124 229 0.17 0.46 0 0.10 277.14 0.67 0.69
Hex BD 7C E5 11 2E 0 A 115 43 45
Octal 275 174 345 21 56 0 12 425 103 105
Binary 10111101 1111100 11100101 10001 101110 0 1010 100010101 1000011 1000101

Color Harmonies of #BD7CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CE5

Black with #BD7CE5

Text Example


Text Example

White with #BD7CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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