Html Css Color HEX #BD83F2 Wisteria

📋 copy color: '#BD83F2'

red 189 ◦ green 131 ◦ blue 242

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

Shades of Wisteria #BD83F2

Tints of Wisteria #BD83F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 33.63%
G = 23.31%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD83F2 (or 0xBD83F2) is known color: Wisteria. HEX triplet: BD, 83 and F2. RGB value is (189,131,242). Sum of RGB (Red+Green+Blue) = 189+131+242=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD83F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83F2 is #427C0D. Grayscale: #A0A0A0. Windows color (decimal): -4357134 or 15893437. OLE color: 15893437.

HSL color Cylindrical-coordinate representation of color #BD83F2: hue angle of 271.35º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD83F2 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 131 242 -
CMYK 0.22 0.46 0 0.05
HSL 271.35º 0.81% 0.73% -
HSV(B) 271.35º 0.46% 0.95% -
XYZ 45.13 33.46 88.08 -
YUV 161 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 189 131 242 0.22 0.46 0 0.05 271.35 0.81 0.73
Hex BD 83 F2 16 2E 0 5 10F 51 49
Octal 275 203 362 26 56 0 5 417 121 111
Binary 10111101 10000011 11110010 10110 101110 0 101 100001111 1010001 1001001

Color Harmonies of #BD83F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83F2

Black with #BD83F2

Text Example


Text Example

White with #BD83F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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