Html Css Color HEX #BF7CE0 Wisteria

📋 copy color: '#BF7CE0'

red 191 ◦ green 124 ◦ blue 224

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

Shades of Wisteria #BF7CE0

Tints of Wisteria #BF7CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 35.44%
G = 23.01%
B = 41.56%

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

#BF7CE0 (or 0xBF7CE0) is known color: Wisteria. HEX triplet: BF, 7C and E0. RGB value is (191,124,224). Sum of RGB (Red+Green+Blue) = 191+124+224=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CE0 is #40831F. Grayscale: #9B9B9B. Windows color (decimal): -4227872 or 14711999. OLE color: 14711999.

HSL color Cylindrical-coordinate representation of color #BF7CE0: hue angle of 280.2º degrees, saturation: 0.62, 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 #BF7CE0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 124 224 -
CMYK 0.15 0.45 0 0.12
HSL 280.2º 0.62% 0.68% -
HSV(B) 280.2º 0.45% 0.88% -
XYZ 42.15 30.87 74.26 -
YUV 155.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 191 124 224 0.15 0.45 0 0.12 280.2 0.62 0.68
Hex BF 7C E0 F 2D 0 C 118 3E 44
Octal 277 174 340 17 55 0 14 430 76 104
Binary 10111111 1111100 11100000 1111 101101 0 1100 100011000 111110 1000100

Color Harmonies of #BF7CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CE0

Black with #BF7CE0

Text Example


Text Example

White with #BF7CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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