Html Css Color HEX #BD92E7 Wisteria

📋 copy color: '#BD92E7'

red 189 ◦ green 146 ◦ blue 231

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

Shades of Wisteria #BD92E7

Tints of Wisteria #BD92E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.81%

R = 33.39%
G = 25.8%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD92E7 (or 0xBD92E7) is known color: Wisteria. HEX triplet: BD, 92 and E7. RGB value is (189,146,231). Sum of RGB (Red+Green+Blue) = 189+146+231=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92E7 is #426D18. Grayscale: #A8A8A8. Windows color (decimal): -4353305 or 15176381. OLE color: 15176381.

HSL color Cylindrical-coordinate representation of color #BD92E7: hue angle of 270.35º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD92E7 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 146 231 -
CMYK 0.18 0.37 0 0.09
HSL 270.35º 0.64% 0.74% -
HSV(B) 270.35º 0.37% 0.91% -
XYZ 45.69 37.15 80.36 -
YUV 168.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 189 146 231 0.18 0.37 0 0.09 270.35 0.64 0.74
Hex BD 92 E7 12 25 0 9 10E 40 4A
Octal 275 222 347 22 45 0 11 416 100 112
Binary 10111101 10010010 11100111 10010 100101 0 1001 100001110 1000000 1001010

Color Harmonies of #BD92E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92E7

Black with #BD92E7

Text Example


Text Example

White with #BD92E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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