Html Css Color HEX #BC90E9 Wisteria

📋 copy color: '#BC90E9'

red 188 ◦ green 144 ◦ blue 233

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

Shades of Wisteria #BC90E9

Tints of Wisteria #BC90E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.24%

R = 33.27%
G = 25.49%
B = 41.24%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC90E9 (or 0xBC90E9) is known color: Wisteria. HEX triplet: BC, 90 and E9. RGB value is (188,144,233). Sum of RGB (Red+Green+Blue) = 188+144+233=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC90E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90E9 is #436F16. Grayscale: #A6A6A6. Windows color (decimal): -4419351 or 15306940. OLE color: 15306940.

HSL color Cylindrical-coordinate representation of color #BC90E9: hue angle of 269.66º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC90E9 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 144 233 -
CMYK 0.19 0.38 0 0.09
HSL 269.66º 0.67% 0.74% -
HSV(B) 269.66º 0.38% 0.91% -
XYZ 45.42 36.52 81.75 -
YUV 167.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 188 144 233 0.19 0.38 0 0.09 269.66 0.67 0.74
Hex BC 90 E9 13 26 0 9 10E 43 4A
Octal 274 220 351 23 46 0 11 416 103 112
Binary 10111100 10010000 11101001 10011 100110 0 1001 100001110 1000011 1001010

Color Harmonies of #BC90E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC90E9

Black with #BC90E9

Text Example


Text Example

White with #BC90E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC90E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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