Html Css Color HEX #BC85EA Wisteria

📋 copy color: '#BC85EA'

red 188 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #BC85EA

Tints of Wisteria #BC85EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.96%

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 33.87%
G = 23.96%
B = 42.16%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC85EA (or 0xBC85EA) is known color: Wisteria. HEX triplet: BC, 85 and EA. RGB value is (188,133,234). Sum of RGB (Red+Green+Blue) = 188+133+234=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85EA is #437A15. Grayscale: #A0A0A0. Windows color (decimal): -4422166 or 15369660. OLE color: 15369660.

HSL color Cylindrical-coordinate representation of color #BC85EA: hue angle of 272.67º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC85EA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 133 234 -
CMYK 0.20 0.43 0 0.08
HSL 272.67º 0.71% 0.72% -
HSV(B) 272.67º 0.43% 0.92% -
XYZ 43.98 33.41 81.97 -
YUV 160.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 188 133 234 0.20 0.43 0 0.08 272.67 0.71 0.72
Hex BC 85 EA 14 2B 0 8 111 47 48
Octal 274 205 352 24 53 0 10 421 107 110
Binary 10111100 10000101 11101010 10100 101011 0 1000 100010001 1000111 1001000

Color Harmonies of #BC85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85EA

Black with #BC85EA

Text Example


Text Example

White with #BC85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85EA; }

 p { color: rgb(188,133,234); }

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

background-color css

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

 a { background-color: rgb(188,133,234); }

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

border-color css

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

 span { border-color: rgb(188,133,234); }

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