Html Css Color HEX #BF9DCC Wisteria

📋 copy color: '#BF9DCC'

red 191 ◦ green 157 ◦ blue 204

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

Shades of Wisteria #BF9DCC

Tints of Wisteria #BF9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 34.6%
G = 28.44%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF9DCC (or 0xBF9DCC) is known color: Wisteria. HEX triplet: BF, 9D and CC. RGB value is (191,157,204). Sum of RGB (Red+Green+Blue) = 191+157+204=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DCC is #406233. Grayscale: #ACACAC. Windows color (decimal): -4219444 or 13409727. OLE color: 13409727.

HSL color Cylindrical-coordinate representation of color #BF9DCC: hue angle of 283.4º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9DCC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 157 204 -
CMYK 0.06 0.23 0 0.2
HSL 283.4º 0.32% 0.71% -
HSV(B) 283.4º 0.23% 0.8% -
XYZ 44.44 39.55 62.42 -
YUV 172.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 191 157 204 0.06 0.23 0 0.2 283.4 0.32 0.71
Hex BF 9D CC 6 17 0 14 11B 20 47
Octal 277 235 314 6 27 0 24 433 40 107
Binary 10111111 10011101 11001100 110 10111 0 10100 100011011 100000 1000111

Color Harmonies of #BF9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DCC

Black with #BF9DCC

Text Example


Text Example

White with #BF9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DCC; }

 p { color: rgb(191,157,204); }

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

background-color css

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

 a { background-color: rgb(191,157,204); }

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

border-color css

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

 span { border-color: rgb(191,157,204); }

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