Html Css Color HEX #BF7CE4 Wisteria

📋 copy color: '#BF7CE4'

red 191 ◦ green 124 ◦ blue 228

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

Shades of Wisteria #BF7CE4

Tints of Wisteria #BF7CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 35.17%
G = 22.84%
B = 41.99%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF7CE4 (or 0xBF7CE4) is known color: Wisteria. HEX triplet: BF, 7C and E4. RGB value is (191,124,228). Sum of RGB (Red+Green+Blue) = 191+124+228=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CE4 is #40831B. Grayscale: #9B9B9B. Windows color (decimal): -4227868 or 14974143. OLE color: 14974143.

HSL color Cylindrical-coordinate representation of color #BF7CE4: hue angle of 278.65º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7CE4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 124 228 -
CMYK 0.16 0.46 0 0.11
HSL 278.65º 0.66% 0.69% -
HSV(B) 278.65º 0.46% 0.89% -
XYZ 42.7 31.09 77.15 -
YUV 155.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 191 124 228 0.16 0.46 0 0.11 278.65 0.66 0.69
Hex BF 7C E4 10 2E 0 B 117 42 45
Octal 277 174 344 20 56 0 13 427 102 105
Binary 10111111 1111100 11100100 10000 101110 0 1011 100010111 1000010 1000101

Color Harmonies of #BF7CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CE4

Black with #BF7CE4

Text Example


Text Example

White with #BF7CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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