Html Css Color HEX #BF7CDB Wisteria

📋 copy color: '#BF7CDB'

red 191 ◦ green 124 ◦ blue 219

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

Shades of Wisteria #BF7CDB

Tints of Wisteria #BF7CDB

RGB

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

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

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

R = 35.77%
G = 23.22%
B = 41.01%

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

#BF7CDB (or 0xBF7CDB) is known color: Wisteria. HEX triplet: BF, 7C and DB. RGB value is (191,124,219). Sum of RGB (Red+Green+Blue) = 191+124+219=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CDB is #408324. Grayscale: #9A9A9A. Windows color (decimal): -4227877 or 14384319. OLE color: 14384319.

HSL color Cylindrical-coordinate representation of color #BF7CDB: hue angle of 282.32º 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 #BF7CDB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 124 219 -
CMYK 0.13 0.43 0 0.14
HSL 282.32º 0.57% 0.67% -
HSV(B) 282.32º 0.43% 0.86% -
XYZ 41.48 30.61 70.74 -
YUV 154.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 191 124 219 0.13 0.43 0 0.14 282.32 0.57 0.67
Hex BF 7C DB D 2B 0 E 11A 39 43
Octal 277 174 333 15 53 0 16 432 71 103
Binary 10111111 1111100 11011011 1101 101011 0 1110 100011010 111001 1000011

Color Harmonies of #BF7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CDB

Black with #BF7CDB

Text Example


Text Example

White with #BF7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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