Html Css Color HEX #BD92E0 Wisteria

📋 copy color: '#BD92E0'

red 189 ◦ green 146 ◦ blue 224

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

Shades of Wisteria #BD92E0

Tints of Wisteria #BD92E0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 33.81%
G = 26.12%
B = 40.07%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD92E0 (or 0xBD92E0) is known color: Wisteria. HEX triplet: BD, 92 and E0. RGB value is (189,146,224). Sum of RGB (Red+Green+Blue) = 189+146+224=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92E0 is #426D1F. Grayscale: #A7A7A7. Windows color (decimal): -4353312 or 14717629. OLE color: 14717629.

HSL color Cylindrical-coordinate representation of color #BD92E0: hue angle of 273.08º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD92E0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 146 224 -
CMYK 0.16 0.35 0 0.12
HSL 273.08º 0.56% 0.73% -
HSV(B) 273.08º 0.35% 0.88% -
XYZ 44.72 36.76 75.26 -
YUV 167.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 189 146 224 0.16 0.35 0 0.12 273.08 0.56 0.73
Hex BD 92 E0 10 23 0 C 111 38 49
Octal 275 222 340 20 43 0 14 421 70 111
Binary 10111101 10010010 11100000 10000 100011 0 1100 100010001 111000 1001001

Color Harmonies of #BD92E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92E0

Black with #BD92E0

Text Example


Text Example

White with #BD92E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92E0; }

 p { color: rgb(189,146,224); }

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

background-color css

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

 a { background-color: rgb(189,146,224); }

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

border-color css

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

 span { border-color: rgb(189,146,224); }

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