Html Css Color HEX #BC90E2 Wisteria

📋 copy color: '#BC90E2'

red 188 ◦ green 144 ◦ blue 226

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

Shades of Wisteria #BC90E2

Tints of Wisteria #BC90E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.5%

R = 33.69%
G = 25.81%
B = 40.5%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC90E2 (or 0xBC90E2) is known color: Wisteria. HEX triplet: BC, 90 and E2. RGB value is (188,144,226). Sum of RGB (Red+Green+Blue) = 188+144+226=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 226 (88.67% from 255 or 40.50% from 558); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC90E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90E2 is #436F1D. Grayscale: #A6A6A6. Windows color (decimal): -4419358 or 14848188. OLE color: 14848188.

HSL color Cylindrical-coordinate representation of color #BC90E2: hue angle of 272.2º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC90E2 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 144 226 -
CMYK 0.17 0.36 0 0.11
HSL 272.2º 0.59% 0.73% -
HSV(B) 272.2º 0.36% 0.89% -
XYZ 44.44 36.13 76.58 -
YUV 166.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 188 144 226 0.17 0.36 0 0.11 272.2 0.59 0.73
Hex BC 90 E2 11 24 0 B 110 3B 49
Octal 274 220 342 21 44 0 13 420 73 111
Binary 10111100 10010000 11100010 10001 100100 0 1011 100010000 111011 1001001

Color Harmonies of #BC90E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90E2

Black with #BC90E2

Text Example


Text Example

White with #BC90E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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