Html Css Color HEX #BF7FE1 Wisteria

📋 copy color: '#BF7FE1'

red 191 ◦ green 127 ◦ blue 225

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

Shades of Wisteria #BF7FE1

Tints of Wisteria #BF7FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.44%

R = 35.17%
G = 23.39%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF7FE1 (or 0xBF7FE1) is known color: Wisteria. HEX triplet: BF, 7F and E1. RGB value is (191,127,225). Sum of RGB (Red+Green+Blue) = 191+127+225=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FE1 is #40801E. Grayscale: #9C9C9C. Windows color (decimal): -4227103 or 14778303. OLE color: 14778303.

HSL color Cylindrical-coordinate representation of color #BF7FE1: hue angle of 279.18º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF7FE1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 127 225 -
CMYK 0.15 0.44 0 0.12
HSL 279.18º 0.62% 0.69% -
HSV(B) 279.18º 0.44% 0.88% -
XYZ 42.67 31.69 75.1 -
YUV 157.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 191 127 225 0.15 0.44 0 0.12 279.18 0.62 0.69
Hex BF 7F E1 F 2C 0 C 117 3E 45
Octal 277 177 341 17 54 0 14 427 76 105
Binary 10111111 1111111 11100001 1111 101100 0 1100 100010111 111110 1000101

Color Harmonies of #BF7FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FE1

Black with #BF7FE1

Text Example


Text Example

White with #BF7FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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