Html Css Color HEX #B461EC Medium Orchid

📋 copy color: '#B461EC'

red 180 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #B461EC

Tints of Medium Orchid #B461EC

RGB

 RED value IS 180 (70.7% from 255) = 35.09%

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

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

R = 35.09%
G = 18.91%
B = 46%

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

#B461EC (or 0xB461EC) is known color: Medium Orchid. HEX triplet: B4, 61 and EC. RGB value is (180,97,236). Sum of RGB (Red+Green+Blue) = 180+97+236=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 97 (38.28% from 255 or 18.91% 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 #B461EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461EC is #4B9E13. Grayscale: #898989. Windows color (decimal): -4955668 or 15491508. OLE color: 15491508.

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

Color convert

RGB 180 97 236 -
CMYK 0.24 0.59 0 0.07
HSL 275.83º 0.79% 0.65% -
HSV(B) 275.83º 0.59% 0.93% -
XYZ 38.24 24.31 82.03 -
YUV 137.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 180 97 236 0.24 0.59 0 0.07 275.83 0.79 0.65
Hex B4 61 EC 18 3B 0 7 114 4F 41
Octal 264 141 354 30 73 0 7 424 117 101
Binary 10110100 1100001 11101100 11000 111011 0 111 100010100 1001111 1000001

Color Harmonies of #B461EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461EC

Black with #B461EC

Text Example


Text Example

White with #B461EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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