Html Css Color HEX #BF83DC Wisteria

📋 copy color: '#BF83DC'

red 191 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #BF83DC

Tints of Wisteria #BF83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 35.24%
G = 24.17%
B = 40.59%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF83DC (or 0xBF83DC) is known color: Wisteria. HEX triplet: BF, 83 and DC. RGB value is (191,131,220). Sum of RGB (Red+Green+Blue) = 191+131+220=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF83DC is #407C23. Grayscale: #9E9E9E. Windows color (decimal): -4226084 or 14451647. OLE color: 14451647.

HSL color Cylindrical-coordinate representation of color #BF83DC: hue angle of 280.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF83DC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 131 220 -
CMYK 0.13 0.40 0 0.14
HSL 280.45º 0.56% 0.69% -
HSV(B) 280.45º 0.4% 0.86% -
XYZ 42.52 32.48 71.74 -
YUV 159.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 191 131 220 0.13 0.40 0 0.14 280.45 0.56 0.69
Hex BF 83 DC D 28 0 E 118 38 45
Octal 277 203 334 15 50 0 16 430 70 105
Binary 10111111 10000011 11011100 1101 101000 0 1110 100011000 111000 1000101

Color Harmonies of #BF83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF83DC

Black with #BF83DC

Text Example


Text Example

White with #BF83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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