Html Css Color HEX #B361EC Medium Orchid

📋 copy color: '#B361EC'

red 179 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #B361EC

Tints of Medium Orchid #B361EC

RGB

 RED value IS 179 (70.31% from 255) = 34.96%

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 34.96%
G = 18.95%
B = 46.09%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B361EC (or 0xB361EC) is known color: Medium Orchid. HEX triplet: B3, 61 and EC. RGB value is (179,97,236). Sum of RGB (Red+Green+Blue) = 179+97+236=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #B361EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B361EC is #4C9E13. Grayscale: #888888. Windows color (decimal): -5021204 or 15491507. OLE color: 15491507.

HSL color Cylindrical-coordinate representation of color #B361EC: hue angle of 275.4º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B361EC is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 97 236 -
CMYK 0.24 0.59 0 0.07
HSL 275.4º 0.79% 0.65% -
HSV(B) 275.4º 0.59% 0.93% -
XYZ 38.01 24.19 82.02 -
YUV 137.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 179 97 236 0.24 0.59 0 0.07 275.4 0.79 0.65
Hex B3 61 EC 18 3B 0 7 113 4F 41
Octal 263 141 354 30 73 0 7 423 117 101
Binary 10110011 1100001 11101100 11000 111011 0 111 100010011 1001111 1000001

Color Harmonies of #B361EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361EC

Black with #B361EC

Text Example


Text Example

White with #B361EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361EC; }

 p { color: rgb(179,97,236); }

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

background-color css

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

 a { background-color: rgb(179,97,236); }

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

border-color css

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

 span { border-color: rgb(179,97,236); }

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