Html Css Color HEX #B562EE Medium Orchid

📋 copy color: '#B562EE'

red 181 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #B562EE

Tints of Medium Orchid #B562EE

RGB

 RED value IS 181 (71.09% from 255) = 35.01%

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

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

R = 35.01%
G = 18.96%
B = 46.03%

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

#B562EE (or 0xB562EE) is known color: Medium Orchid. HEX triplet: B5, 62 and EE. RGB value is (181,98,238). Sum of RGB (Red+Green+Blue) = 181+98+238=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B562EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B562EE is #4A9D11. Grayscale: #8A8A8A. Windows color (decimal): -4889874 or 15622837. OLE color: 15622837.

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

Color convert

RGB 181 98 238 -
CMYK 0.24 0.59 0 0.07
HSL 275.57º 0.8% 0.66% -
HSV(B) 275.57º 0.59% 0.93% -
XYZ 38.86 24.73 83.61 -
YUV 138.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 181 98 238 0.24 0.59 0 0.07 275.57 0.8 0.66
Hex B5 62 EE 18 3B 0 7 114 50 42
Octal 265 142 356 30 73 0 7 424 120 102
Binary 10110101 1100010 11101110 11000 111011 0 111 100010100 1010000 1000010

Color Harmonies of #B562EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562EE

Black with #B562EE

Text Example


Text Example

White with #B562EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562EE; }

 p { color: rgb(181,98,238); }

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

background-color css

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

 a { background-color: rgb(181,98,238); }

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

border-color css

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

 span { border-color: rgb(181,98,238); }

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