Html Css Color HEX #BF7DE8 Wisteria

📋 copy color: '#BF7DE8'

red 191 ◦ green 125 ◦ blue 232

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

Shades of Wisteria #BF7DE8

Tints of Wisteria #BF7DE8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

 BLUE value IS 232 (91.02% from 255) = 42.34%

R = 34.85%
G = 22.81%
B = 42.34%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF7DE8 (or 0xBF7DE8) is known color: Wisteria. HEX triplet: BF, 7D and E8. RGB value is (191,125,232). Sum of RGB (Red+Green+Blue) = 191+125+232=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DE8 is #408217. Grayscale: #9C9C9C. Windows color (decimal): -4227608 or 15236543. OLE color: 15236543.

HSL color Cylindrical-coordinate representation of color #BF7DE8: hue angle of 277.01º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7DE8 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 125 232 -
CMYK 0.18 0.46 0 0.09
HSL 277.01º 0.7% 0.7% -
HSV(B) 277.01º 0.46% 0.91% -
XYZ 43.38 31.57 80.15 -
YUV 156.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 191 125 232 0.18 0.46 0 0.09 277.01 0.7 0.7
Hex BF 7D E8 12 2E 0 9 115 46 46
Octal 277 175 350 22 56 0 11 425 106 106
Binary 10111111 1111101 11101000 10010 101110 0 1001 100010101 1000110 1000110

Color Harmonies of #BF7DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DE8

Black with #BF7DE8

Text Example


Text Example

White with #BF7DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DE8; }

 p { color: rgb(191,125,232); }

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

background-color css

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

 a { background-color: rgb(191,125,232); }

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

border-color css

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

 span { border-color: rgb(191,125,232); }

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