Html Css Color HEX #BF9CCC Wisteria

📋 copy color: '#BF9CCC'

red 191 ◦ green 156 ◦ blue 204

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

Shades of Wisteria #BF9CCC

Tints of Wisteria #BF9CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

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

R = 34.66%
G = 28.31%
B = 37.02%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF9CCC (or 0xBF9CCC) is known color: Wisteria. HEX triplet: BF, 9C and CC. RGB value is (191,156,204). Sum of RGB (Red+Green+Blue) = 191+156+204=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CCC is #406333. Grayscale: #ABABAB. Windows color (decimal): -4219700 or 13409471. OLE color: 13409471.

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

Color convert

RGB 191 156 204 -
CMYK 0.06 0.24 0 0.2
HSL 283.75º 0.32% 0.71% -
HSV(B) 283.75º 0.24% 0.8% -
XYZ 44.27 39.21 62.36 -
YUV 171.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 191 156 204 0.06 0.24 0 0.2 283.75 0.32 0.71
Hex BF 9C CC 6 18 0 14 11C 20 47
Octal 277 234 314 6 30 0 24 434 40 107
Binary 10111111 10011100 11001100 110 11000 0 10100 100011100 100000 1000111

Color Harmonies of #BF9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CCC

Black with #BF9CCC

Text Example


Text Example

White with #BF9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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