Html Css Color HEX #BF7BDA Wisteria

📋 copy color: '#BF7BDA'

red 191 ◦ green 123 ◦ blue 218

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

Shades of Wisteria #BF7BDA

Tints of Wisteria #BF7BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.12%

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

R = 35.9%
G = 23.12%
B = 40.98%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF7BDA (or 0xBF7BDA) is known color: Wisteria. HEX triplet: BF, 7B and DA. RGB value is (191,123,218). Sum of RGB (Red+Green+Blue) = 191+123+218=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BDA is #408425. Grayscale: #999999. Windows color (decimal): -4228134 or 14318527. OLE color: 14318527.

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

Color convert

RGB 191 123 218 -
CMYK 0.12 0.44 0 0.15
HSL 282.95º 0.56% 0.67% -
HSV(B) 282.95º 0.44% 0.85% -
XYZ 41.22 30.3 70.01 -
YUV 154.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 191 123 218 0.12 0.44 0 0.15 282.95 0.56 0.67
Hex BF 7B DA C 2C 0 F 11B 38 43
Octal 277 173 332 14 54 0 17 433 70 103
Binary 10111111 1111011 11011010 1100 101100 0 1111 100011011 111000 1000011

Color Harmonies of #BF7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BDA

Black with #BF7BDA

Text Example


Text Example

White with #BF7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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