Html Css Color HEX #B562ED Medium Orchid

📋 copy color: '#B562ED'

red 181 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #B562ED

Tints of Medium Orchid #B562ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 35.08%
G = 18.99%
B = 45.93%

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

#B562ED (or 0xB562ED) is known color: Medium Orchid. HEX triplet: B5, 62 and ED. RGB value is (181,98,237). Sum of RGB (Red+Green+Blue) = 181+98+237=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B562ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B562ED is #4A9D12. Grayscale: #8A8A8A. Windows color (decimal): -4889875 or 15557301. OLE color: 15557301.

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

Color convert

RGB 181 98 237 -
CMYK 0.24 0.59 0 0.07
HSL 275.83º 0.79% 0.66% -
HSV(B) 275.83º 0.59% 0.93% -
XYZ 38.71 24.67 82.84 -
YUV 138.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 181 98 237 0.24 0.59 0 0.07 275.83 0.79 0.66
Hex B5 62 ED 18 3B 0 7 114 4F 42
Octal 265 142 355 30 73 0 7 424 117 102
Binary 10110101 1100010 11101101 11000 111011 0 111 100010100 1001111 1000010

Color Harmonies of #B562ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562ED

Black with #B562ED

Text Example


Text Example

White with #B562ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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