Html Css Color HEX #B362EC Medium Orchid

📋 copy color: '#B362EC'

red 179 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B362EC

Tints of Medium Orchid #B362EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.1%

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

R = 34.89%
G = 19.1%
B = 46%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B362EC (or 0xB362EC) is known color: Medium Orchid. HEX triplet: B3, 62 and EC. RGB value is (179,98,236). Sum of RGB (Red+Green+Blue) = 179+98+236=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #B362EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362EC is #4C9D13. Grayscale: #898989. Windows color (decimal): -5020948 or 15491763. OLE color: 15491763.

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

Color convert

RGB 179 98 236 -
CMYK 0.24 0.58 0 0.07
HSL 275.22º 0.78% 0.65% -
HSV(B) 275.22º 0.58% 0.93% -
XYZ 38.1 24.38 82.05 -
YUV 137.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 179 98 236 0.24 0.58 0 0.07 275.22 0.78 0.65
Hex B3 62 EC 18 3A 0 7 113 4E 41
Octal 263 142 354 30 72 0 7 423 116 101
Binary 10110011 1100010 11101100 11000 111010 0 111 100010011 1001110 1000001

Color Harmonies of #B362EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362EC

Black with #B362EC

Text Example


Text Example

White with #B362EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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