Html Css Color HEX #BD7EDF Wisteria

📋 copy color: '#BD7EDF'

red 189 ◦ green 126 ◦ blue 223

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

Shades of Wisteria #BD7EDF

Tints of Wisteria #BD7EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 35.13%
G = 23.42%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD7EDF (or 0xBD7EDF) is known color: Wisteria. HEX triplet: BD, 7E and DF. RGB value is (189,126,223). Sum of RGB (Red+Green+Blue) = 189+126+223=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDF is #428120. Grayscale: #9B9B9B. Windows color (decimal): -4358433 or 14646973. OLE color: 14646973.

HSL color Cylindrical-coordinate representation of color #BD7EDF: hue angle of 278.97º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7EDF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 126 223 -
CMYK 0.15 0.43 0 0.13
HSL 278.97º 0.6% 0.68% -
HSV(B) 278.97º 0.43% 0.87% -
XYZ 41.77 31.07 73.61 -
YUV 155.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 189 126 223 0.15 0.43 0 0.13 278.97 0.6 0.68
Hex BD 7E DF F 2B 0 D 117 3C 44
Octal 275 176 337 17 53 0 15 427 74 104
Binary 10111101 1111110 11011111 1111 101011 0 1101 100010111 111100 1000100

Color Harmonies of #BD7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EDF

Black with #BD7EDF

Text Example


Text Example

White with #BD7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EDF; }

 p { color: rgb(189,126,223); }

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

background-color css

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

 a { background-color: rgb(189,126,223); }

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

border-color css

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

 span { border-color: rgb(189,126,223); }

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