Html Css Color HEX #BF7FDF Wisteria

📋 copy color: '#BF7FDF'

red 191 ◦ green 127 ◦ blue 223

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

Shades of Wisteria #BF7FDF

Tints of Wisteria #BF7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 35.3%
G = 23.48%
B = 41.22%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF7FDF (or 0xBF7FDF) is known color: Wisteria. HEX triplet: BF, 7F and DF. RGB value is (191,127,223). Sum of RGB (Red+Green+Blue) = 191+127+223=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FDF is #408020. Grayscale: #9C9C9C. Windows color (decimal): -4227105 or 14647231. OLE color: 14647231.

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

Color convert

RGB 191 127 223 -
CMYK 0.14 0.43 0 0.13
HSL 280º 0.6% 0.69% -
HSV(B) 280º 0.43% 0.87% -
XYZ 42.39 31.58 73.67 -
YUV 157.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 191 127 223 0.14 0.43 0 0.13 280 0.6 0.69
Hex BF 7F DF E 2B 0 D 118 3C 45
Octal 277 177 337 16 53 0 15 430 74 105
Binary 10111111 1111111 11011111 1110 101011 0 1101 100011000 111100 1000101

Color Harmonies of #BF7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FDF

Black with #BF7FDF

Text Example


Text Example

White with #BF7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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