Html Css Color HEX #BD83F6 Wisteria

📋 copy color: '#BD83F6'

red 189 ◦ green 131 ◦ blue 246

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

Shades of Wisteria #BD83F6

Tints of Wisteria #BD83F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.46%

R = 33.39%
G = 23.14%
B = 43.46%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD83F6 (or 0xBD83F6) is known color: Wisteria. HEX triplet: BD, 83 and F6. RGB value is (189,131,246). Sum of RGB (Red+Green+Blue) = 189+131+246=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD83F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83F6 is #427C09. Grayscale: #A1A1A1. Windows color (decimal): -4357130 or 16155581. OLE color: 16155581.

HSL color Cylindrical-coordinate representation of color #BD83F6: hue angle of 270.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD83F6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 131 246 -
CMYK 0.23 0.47 0 0.04
HSL 270.26º 0.86% 0.74% -
HSV(B) 270.26º 0.47% 0.96% -
XYZ 45.74 33.71 91.28 -
YUV 161.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 189 131 246 0.23 0.47 0 0.04 270.26 0.86 0.74
Hex BD 83 F6 17 2F 0 4 10E 56 4A
Octal 275 203 366 27 57 0 4 416 126 112
Binary 10111101 10000011 11110110 10111 101111 0 100 100001110 1010110 1001010

Color Harmonies of #BD83F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD83F6

Black with #BD83F6

Text Example


Text Example

White with #BD83F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD83F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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