Html Css Color HEX #BC85EC Wisteria

📋 copy color: '#BC85EC'

red 188 ◦ green 133 ◦ blue 236

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

Shades of Wisteria #BC85EC

Tints of Wisteria #BC85EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 33.75%
G = 23.88%
B = 42.37%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC85EC (or 0xBC85EC) is known color: Wisteria. HEX triplet: BC, 85 and EC. RGB value is (188,133,236). Sum of RGB (Red+Green+Blue) = 188+133+236=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85EC is #437A13. Grayscale: #A0A0A0. Windows color (decimal): -4422164 or 15500732. OLE color: 15500732.

HSL color Cylindrical-coordinate representation of color #BC85EC: hue angle of 272.04º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC85EC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 133 236 -
CMYK 0.20 0.44 0 0.07
HSL 272.04º 0.73% 0.72% -
HSV(B) 272.04º 0.44% 0.93% -
XYZ 44.27 33.52 83.49 -
YUV 161.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 188 133 236 0.20 0.44 0 0.07 272.04 0.73 0.72
Hex BC 85 EC 14 2C 0 7 110 49 48
Octal 274 205 354 24 54 0 7 420 111 110
Binary 10111100 10000101 11101100 10100 101100 0 111 100010000 1001001 1001000

Color Harmonies of #BC85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85EC

Black with #BC85EC

Text Example


Text Example

White with #BC85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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