Html Css Color HEX #BC90E5 Wisteria

📋 copy color: '#BC90E5'

red 188 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #BC90E5

Tints of Wisteria #BC90E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.82%

R = 33.51%
G = 25.67%
B = 40.82%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC90E5 (or 0xBC90E5) is known color: Wisteria. HEX triplet: BC, 90 and E5. RGB value is (188,144,229). Sum of RGB (Red+Green+Blue) = 188+144+229=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90E5 is #436F1A. Grayscale: #A6A6A6. Windows color (decimal): -4419355 or 15044796. OLE color: 15044796.

HSL color Cylindrical-coordinate representation of color #BC90E5: hue angle of 271.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC90E5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 144 229 -
CMYK 0.18 0.37 0 0.10
HSL 271.06º 0.62% 0.73% -
HSV(B) 271.06º 0.37% 0.9% -
XYZ 44.86 36.3 78.77 -
YUV 166.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 188 144 229 0.18 0.37 0 0.10 271.06 0.62 0.73
Hex BC 90 E5 12 25 0 A 10F 3E 49
Octal 274 220 345 22 45 0 12 417 76 111
Binary 10111100 10010000 11100101 10010 100101 0 1010 100001111 111110 1001001

Color Harmonies of #BC90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90E5

Black with #BC90E5

Text Example


Text Example

White with #BC90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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