Html Css Color HEX #BC90D7 Wisteria

📋 copy color: '#BC90D7'

red 188 ◦ green 144 ◦ blue 215

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

Shades of Wisteria #BC90D7

Tints of Wisteria #BC90D7

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

 GREEN value IS 144 (56.64% from 255) = 26.33%

 BLUE value IS 215 (84.38% from 255) = 39.31%

R = 34.37%
G = 26.33%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC90D7 (or 0xBC90D7) is known color: Wisteria. HEX triplet: BC, 90 and D7. RGB value is (188,144,215). Sum of RGB (Red+Green+Blue) = 188+144+215=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D7 is #436F28. Grayscale: #A5A5A5. Windows color (decimal): -4419369 or 14127292. OLE color: 14127292.

HSL color Cylindrical-coordinate representation of color #BC90D7: hue angle of 277.18º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC90D7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 144 215 -
CMYK 0.13 0.33 0 0.16
HSL 277.18º 0.47% 0.7% -
HSV(B) 277.18º 0.33% 0.84% -
XYZ 42.98 35.54 68.89 -
YUV 165.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 188 144 215 0.13 0.33 0 0.16 277.18 0.47 0.7
Hex BC 90 D7 D 21 0 10 115 2F 46
Octal 274 220 327 15 41 0 20 425 57 106
Binary 10111100 10010000 11010111 1101 100001 0 10000 100010101 101111 1000110

Color Harmonies of #BC90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90D7

Black with #BC90D7

Text Example


Text Example

White with #BC90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90D7; }

 p { color: rgb(188,144,215); }

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

background-color css

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

 a { background-color: rgb(188,144,215); }

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

border-color css

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

 span { border-color: rgb(188,144,215); }

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