Html Css Color HEX #BF96D2 Wisteria

📋 copy color: '#BF96D2'

red 191 ◦ green 150 ◦ blue 210

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

Shades of Wisteria #BF96D2

Tints of Wisteria #BF96D2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.22%

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 34.66%
G = 27.22%
B = 38.11%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF96D2 (or 0xBF96D2) is known color: Wisteria. HEX triplet: BF, 96 and D2. RGB value is (191,150,210). Sum of RGB (Red+Green+Blue) = 191+150+210=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96D2 is #40692D. Grayscale: #A8A8A8. Windows color (decimal): -4221230 or 13801151. OLE color: 13801151.

HSL color Cylindrical-coordinate representation of color #BF96D2: hue angle of 281º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF96D2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 150 210 -
CMYK 0.09 0.29 0 0.18
HSL 281º 0.4% 0.71% -
HSV(B) 281º 0.29% 0.82% -
XYZ 44.03 37.54 65.9 -
YUV 169.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 191 150 210 0.09 0.29 0 0.18 281 0.4 0.71
Hex BF 96 D2 9 1D 0 12 119 28 47
Octal 277 226 322 11 35 0 22 431 50 107
Binary 10111111 10010110 11010010 1001 11101 0 10010 100011001 101000 1000111

Color Harmonies of #BF96D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96D2

Black with #BF96D2

Text Example


Text Example

White with #BF96D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96D2; }

 p { color: rgb(191,150,210); }

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

background-color css

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

 a { background-color: rgb(191,150,210); }

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

border-color css

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

 span { border-color: rgb(191,150,210); }

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