Html Css Color HEX #B461EE Medium Orchid

📋 copy color: '#B461EE'

red 180 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #B461EE

Tints of Medium Orchid #B461EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 34.95%
G = 18.83%
B = 46.21%

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

#B461EE (or 0xB461EE) is known color: Medium Orchid. HEX triplet: B4, 61 and EE. RGB value is (180,97,238). Sum of RGB (Red+Green+Blue) = 180+97+238=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #B461EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461EE is #4B9E11. Grayscale: #898989. Windows color (decimal): -4955666 or 15622580. OLE color: 15622580.

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

Color convert

RGB 180 97 238 -
CMYK 0.24 0.59 0 0.07
HSL 275.32º 0.81% 0.66% -
HSV(B) 275.32º 0.59% 0.93% -
XYZ 38.53 24.43 83.57 -
YUV 137.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 180 97 238 0.24 0.59 0 0.07 275.32 0.81 0.66
Hex B4 61 EE 18 3B 0 7 113 51 42
Octal 264 141 356 30 73 0 7 423 121 102
Binary 10110100 1100001 11101110 11000 111011 0 111 100010011 1010001 1000010

Color Harmonies of #B461EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461EE

Black with #B461EE

Text Example


Text Example

White with #B461EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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