Html Css Color HEX #BF7DDB Wisteria

📋 copy color: '#BF7DDB'

red 191 ◦ green 125 ◦ blue 219

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

Shades of Wisteria #BF7DDB

Tints of Wisteria #BF7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 35.7%
G = 23.36%
B = 40.93%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF7DDB (or 0xBF7DDB) is known color: Wisteria. HEX triplet: BF, 7D and DB. RGB value is (191,125,219). Sum of RGB (Red+Green+Blue) = 191+125+219=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DDB is #408224. Grayscale: #9B9B9B. Windows color (decimal): -4227621 or 14384575. OLE color: 14384575.

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

Color convert

RGB 191 125 219 -
CMYK 0.13 0.43 0 0.14
HSL 282.13º 0.57% 0.67% -
HSV(B) 282.13º 0.43% 0.86% -
XYZ 41.61 30.86 70.78 -
YUV 155.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 191 125 219 0.13 0.43 0 0.14 282.13 0.57 0.67
Hex BF 7D DB D 2B 0 E 11A 39 43
Octal 277 175 333 15 53 0 16 432 71 103
Binary 10111111 1111101 11011011 1101 101011 0 1110 100011010 111001 1000011

Color Harmonies of #BF7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DDB

Black with #BF7DDB

Text Example


Text Example

White with #BF7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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