Html Css Color HEX #B362ED Medium Orchid

📋 copy color: '#B362ED'

red 179 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #B362ED

Tints of Medium Orchid #B362ED

RGB

 RED value IS 179 (70.31% from 255) = 34.82%

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

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

R = 34.82%
G = 19.07%
B = 46.11%

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

#B362ED (or 0xB362ED) is known color: Medium Orchid. HEX triplet: B3, 62 and ED. RGB value is (179,98,237). Sum of RGB (Red+Green+Blue) = 179+98+237=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #B362ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B362ED is #4C9D12. Grayscale: #898989. Windows color (decimal): -5020947 or 15557299. OLE color: 15557299.

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

Color convert

RGB 179 98 237 -
CMYK 0.24 0.59 0 0.07
HSL 274.96º 0.79% 0.66% -
HSV(B) 274.96º 0.59% 0.93% -
XYZ 38.24 24.43 82.82 -
YUV 138.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 179 98 237 0.24 0.59 0 0.07 274.96 0.79 0.66
Hex B3 62 ED 18 3B 0 7 113 4F 42
Octal 263 142 355 30 73 0 7 423 117 102
Binary 10110011 1100010 11101101 11000 111011 0 111 100010011 1001111 1000010

Color Harmonies of #B362ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362ED

Black with #B362ED

Text Example


Text Example

White with #B362ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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