Html Css Color HEX #BD83EF Wisteria

📋 copy color: '#BD83EF'

red 189 ◦ green 131 ◦ blue 239

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

Shades of Wisteria #BD83EF

Tints of Wisteria #BD83EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.43%

 BLUE value IS 239 (93.75% from 255) = 42.75%

R = 33.81%
G = 23.43%
B = 42.75%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD83EF (or 0xBD83EF) is known color: Wisteria. HEX triplet: BD, 83 and EF. RGB value is (189,131,239). Sum of RGB (Red+Green+Blue) = 189+131+239=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83EF is #427C10. Grayscale: #A0A0A0. Windows color (decimal): -4357137 or 15696829. OLE color: 15696829.

HSL color Cylindrical-coordinate representation of color #BD83EF: hue angle of 272.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD83EF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 131 239 -
CMYK 0.21 0.45 0 0.06
HSL 272.22º 0.77% 0.73% -
HSV(B) 272.22º 0.45% 0.94% -
XYZ 44.68 33.28 85.73 -
YUV 160.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 189 131 239 0.21 0.45 0 0.06 272.22 0.77 0.73
Hex BD 83 EF 15 2D 0 6 110 4D 49
Octal 275 203 357 25 55 0 6 420 115 111
Binary 10111101 10000011 11101111 10101 101101 0 110 100010000 1001101 1001001

Color Harmonies of #BD83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83EF

Black with #BD83EF

Text Example


Text Example

White with #BD83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83EF; }

 p { color: rgb(189,131,239); }

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

background-color css

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

 a { background-color: rgb(189,131,239); }

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

border-color css

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

 span { border-color: rgb(189,131,239); }

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