Html Css Color HEX #BF7EDB Wisteria

📋 copy color: '#BF7EDB'

red 191 ◦ green 126 ◦ blue 219

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

Shades of Wisteria #BF7EDB

Tints of Wisteria #BF7EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.51%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 35.63%
G = 23.51%
B = 40.86%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF7EDB (or 0xBF7EDB) is known color: Wisteria. HEX triplet: BF, 7E and DB. RGB value is (191,126,219). Sum of RGB (Red+Green+Blue) = 191+126+219=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EDB is #408124. Grayscale: #9B9B9B. Windows color (decimal): -4227365 or 14384831. OLE color: 14384831.

HSL color Cylindrical-coordinate representation of color #BF7EDB: hue angle of 281.94º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7EDB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 126 219 -
CMYK 0.13 0.42 0 0.14
HSL 281.94º 0.56% 0.68% -
HSV(B) 281.94º 0.42% 0.86% -
XYZ 41.73 31.11 70.82 -
YUV 156.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 191 126 219 0.13 0.42 0 0.14 281.94 0.56 0.68
Hex BF 7E DB D 2A 0 E 11A 38 44
Octal 277 176 333 15 52 0 16 432 70 104
Binary 10111111 1111110 11011011 1101 101010 0 1110 100011010 111000 1000100

Color Harmonies of #BF7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EDB

Black with #BF7EDB

Text Example


Text Example

White with #BF7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EDB; }

 p { color: rgb(191,126,219); }

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

background-color css

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

 a { background-color: rgb(191,126,219); }

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

border-color css

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

 span { border-color: rgb(191,126,219); }

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