Html Css Color HEX #B062EC Medium Orchid

📋 copy color: '#B062EC'

red 176 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B062EC

Tints of Medium Orchid #B062EC

RGB

 RED value IS 176 (69.14% from 255) = 34.51%

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

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

R = 34.51%
G = 19.22%
B = 46.27%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B062EC (or 0xB062EC) is known color: Medium Orchid. HEX triplet: B0, 62 and EC. RGB value is (176,98,236). Sum of RGB (Red+Green+Blue) = 176+98+236=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #B062EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B062EC is #4F9D13. Grayscale: #888888. Windows color (decimal): -5217556 or 15491760. OLE color: 15491760.

HSL color Cylindrical-coordinate representation of color #B062EC: hue angle of 273.91º 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 #B062EC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 98 236 -
CMYK 0.25 0.58 0 0.07
HSL 273.91º 0.78% 0.65% -
HSV(B) 273.91º 0.58% 0.93% -
XYZ 37.41 24.02 82.02 -
YUV 137.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 176 98 236 0.25 0.58 0 0.07 273.91 0.78 0.65
Hex B0 62 EC 19 3A 0 7 112 4E 41
Octal 260 142 354 31 72 0 7 422 116 101
Binary 10110000 1100010 11101100 11001 111010 0 111 100010010 1001110 1000001

Color Harmonies of #B062EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B062EC

Black with #B062EC

Text Example


Text Example

White with #B062EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B062EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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