Html Css Color HEX #BF7DDF Wisteria

📋 copy color: '#BF7DDF'

red 191 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #BF7DDF

Tints of Wisteria #BF7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 35.44%
G = 23.19%
B = 41.37%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF7DDF (or 0xBF7DDF) is known color: Wisteria. HEX triplet: BF, 7D and DF. RGB value is (191,125,223). Sum of RGB (Red+Green+Blue) = 191+125+223=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DDF is #408220. Grayscale: #9B9B9B. Windows color (decimal): -4227617 or 14646719. OLE color: 14646719.

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

Color convert

RGB 191 125 223 -
CMYK 0.14 0.44 0 0.13
HSL 280.41º 0.6% 0.68% -
HSV(B) 280.41º 0.44% 0.87% -
XYZ 42.14 31.07 73.59 -
YUV 155.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 191 125 223 0.14 0.44 0 0.13 280.41 0.6 0.68
Hex BF 7D DF E 2C 0 D 118 3C 44
Octal 277 175 337 16 54 0 15 430 74 104
Binary 10111111 1111101 11011111 1110 101100 0 1101 100011000 111100 1000100

Color Harmonies of #BF7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7DDF

Black with #BF7DDF

Text Example


Text Example

White with #BF7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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