Html Css Color HEX #BF7CE1 Wisteria

📋 copy color: '#BF7CE1'

red 191 ◦ green 124 ◦ blue 225

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

Shades of Wisteria #BF7CE1

Tints of Wisteria #BF7CE1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

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

R = 35.37%
G = 22.96%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF7CE1 (or 0xBF7CE1) is known color: Wisteria. HEX triplet: BF, 7C and E1. RGB value is (191,124,225). Sum of RGB (Red+Green+Blue) = 191+124+225=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CE1 is #40831E. Grayscale: #9B9B9B. Windows color (decimal): -4227871 or 14777535. OLE color: 14777535.

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

Color convert

RGB 191 124 225 -
CMYK 0.15 0.45 0 0.12
HSL 279.8º 0.63% 0.68% -
HSV(B) 279.8º 0.45% 0.88% -
XYZ 42.28 30.93 74.98 -
YUV 155.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 191 124 225 0.15 0.45 0 0.12 279.8 0.63 0.68
Hex BF 7C E1 F 2D 0 C 118 3F 44
Octal 277 174 341 17 55 0 14 430 77 104
Binary 10111111 1111100 11100001 1111 101101 0 1100 100011000 111111 1000100

Color Harmonies of #BF7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CE1

Black with #BF7CE1

Text Example


Text Example

White with #BF7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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