Html Css Color HEX #B662EC Medium Orchid

📋 copy color: '#B662EC'

red 182 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B662EC

Tints of Medium Orchid #B662EC

RGB

 RED value IS 182 (71.48% from 255) = 35.27%

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

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

R = 35.27%
G = 18.99%
B = 45.74%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B662EC (or 0xB662EC) is known color: Medium Orchid. HEX triplet: B6, 62 and EC. RGB value is (182,98,236). Sum of RGB (Red+Green+Blue) = 182+98+236=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B662EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662EC is #499D13. Grayscale: #8A8A8A. Windows color (decimal): -4824340 or 15491766. OLE color: 15491766.

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

Color convert

RGB 182 98 236 -
CMYK 0.23 0.58 0 0.07
HSL 276.52º 0.78% 0.65% -
HSV(B) 276.52º 0.58% 0.93% -
XYZ 38.8 24.74 82.09 -
YUV 138.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 182 98 236 0.23 0.58 0 0.07 276.52 0.78 0.65
Hex B6 62 EC 17 3A 0 7 115 4E 41
Octal 266 142 354 27 72 0 7 425 116 101
Binary 10110110 1100010 11101100 10111 111010 0 111 100010101 1001110 1000001

Color Harmonies of #B662EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662EC

Black with #B662EC

Text Example


Text Example

White with #B662EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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