Html Css Color HEX #B962EC Medium Orchid

📋 copy color: '#B962EC'

red 185 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #B962EC

Tints of Medium Orchid #B962EC

RGB

 RED value IS 185 (72.66% from 255) = 35.65%

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

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

R = 35.65%
G = 18.88%
B = 45.47%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B962EC (or 0xB962EC) is known color: Medium Orchid. HEX triplet: B9, 62 and EC. RGB value is (185,98,236). Sum of RGB (Red+Green+Blue) = 185+98+236=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B962EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962EC is #469D13. Grayscale: #8B8B8B. Windows color (decimal): -4627732 or 15491769. OLE color: 15491769.

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

Color convert

RGB 185 98 236 -
CMYK 0.22 0.58 0 0.07
HSL 277.83º 0.78% 0.65% -
HSV(B) 277.83º 0.58% 0.93% -
XYZ 39.52 25.11 82.12 -
YUV 139.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 185 98 236 0.22 0.58 0 0.07 277.83 0.78 0.65
Hex B9 62 EC 16 3A 0 7 116 4E 41
Octal 271 142 354 26 72 0 7 426 116 101
Binary 10111001 1100010 11101100 10110 111010 0 111 100010110 1001110 1000001

Color Harmonies of #B962EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962EC

Black with #B962EC

Text Example


Text Example

White with #B962EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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