Html Css Color HEX #BF7FDA Wisteria

📋 copy color: '#BF7FDA'

red 191 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #BF7FDA

Tints of Wisteria #BF7FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 35.63%
G = 23.69%
B = 40.67%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF7FDA (or 0xBF7FDA) is known color: Wisteria. HEX triplet: BF, 7F and DA. RGB value is (191,127,218). Sum of RGB (Red+Green+Blue) = 191+127+218=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FDA is #408025. Grayscale: #9C9C9C. Windows color (decimal): -4227110 or 14319551. OLE color: 14319551.

HSL color Cylindrical-coordinate representation of color #BF7FDA: hue angle of 282.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF7FDA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 127 218 -
CMYK 0.12 0.42 0 0.15
HSL 282.2º 0.55% 0.68% -
HSV(B) 282.2º 0.42% 0.85% -
XYZ 41.73 31.32 70.18 -
YUV 156.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 191 127 218 0.12 0.42 0 0.15 282.2 0.55 0.68
Hex BF 7F DA C 2A 0 F 11A 37 44
Octal 277 177 332 14 52 0 17 432 67 104
Binary 10111111 1111111 11011010 1100 101010 0 1111 100011010 110111 1000100

Color Harmonies of #BF7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FDA

Black with #BF7FDA

Text Example


Text Example

White with #BF7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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