Html Css Color HEX #BF83D6 Wisteria

📋 copy color: '#BF83D6'

red 191 ◦ green 131 ◦ blue 214

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

Shades of Wisteria #BF83D6

Tints of Wisteria #BF83D6

RGB

 RED value IS 191 (75% from 255) = 35.63%

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

 BLUE value IS 214 (83.98% from 255) = 39.93%

R = 35.63%
G = 24.44%
B = 39.93%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF83D6 (or 0xBF83D6) is known color: Wisteria. HEX triplet: BF, 83 and D6. RGB value is (191,131,214). Sum of RGB (Red+Green+Blue) = 191+131+214=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83D6 is #407C29. Grayscale: #9E9E9E. Windows color (decimal): -4226090 or 14058431. OLE color: 14058431.

HSL color Cylindrical-coordinate representation of color #BF83D6: hue angle of 283.37º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF83D6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 131 214 -
CMYK 0.11 0.39 0 0.16
HSL 283.37º 0.5% 0.68% -
HSV(B) 283.37º 0.39% 0.84% -
XYZ 41.74 32.16 67.63 -
YUV 158.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 191 131 214 0.11 0.39 0 0.16 283.37 0.5 0.68
Hex BF 83 D6 B 27 0 10 11B 32 44
Octal 277 203 326 13 47 0 20 433 62 104
Binary 10111111 10000011 11010110 1011 100111 0 10000 100011011 110010 1000100

Color Harmonies of #BF83D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83D6

Black with #BF83D6

Text Example


Text Example

White with #BF83D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83D6; }

 p { color: rgb(191,131,214); }

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

background-color css

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

 a { background-color: rgb(191,131,214); }

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

border-color css

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

 span { border-color: rgb(191,131,214); }

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