Html Css Color HEX #BF7FE6 Wisteria

📋 copy color: '#BF7FE6'

red 191 ◦ green 127 ◦ blue 230

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

Shades of Wisteria #BF7FE6

Tints of Wisteria #BF7FE6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.18%

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 34.85%
G = 23.18%
B = 41.97%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF7FE6 (or 0xBF7FE6) is known color: Wisteria. HEX triplet: BF, 7F and E6. RGB value is (191,127,230). Sum of RGB (Red+Green+Blue) = 191+127+230=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF7FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FE6 is #408019. Grayscale: #9D9D9D. Windows color (decimal): -4227098 or 15105983. OLE color: 15105983.

HSL color Cylindrical-coordinate representation of color #BF7FE6: hue angle of 277.28º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7FE6 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 127 230 -
CMYK 0.17 0.45 0 0.10
HSL 277.28º 0.67% 0.7% -
HSV(B) 277.28º 0.45% 0.9% -
XYZ 43.36 31.97 78.75 -
YUV 157.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 191 127 230 0.17 0.45 0 0.10 277.28 0.67 0.7
Hex BF 7F E6 11 2D 0 A 115 43 46
Octal 277 177 346 21 55 0 12 425 103 106
Binary 10111111 1111111 11100110 10001 101101 0 1010 100010101 1000011 1000110

Color Harmonies of #BF7FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FE6

Black with #BF7FE6

Text Example


Text Example

White with #BF7FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FE6; }

 p { color: rgb(191,127,230); }

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

background-color css

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

 a { background-color: rgb(191,127,230); }

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

border-color css

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

 span { border-color: rgb(191,127,230); }

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