Html Css Color HEX #B362CA Medium Orchid

📋 copy color: '#B362CA'

red 179 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #B362CA

Tints of Medium Orchid #B362CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 37.37%
G = 20.46%
B = 42.17%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B362CA (or 0xB362CA) is known color: Medium Orchid. HEX triplet: B3, 62 and CA. RGB value is (179,98,202). Sum of RGB (Red+Green+Blue) = 179+98+202=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B362CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362CA is #4C9D35. Grayscale: #858585. Windows color (decimal): -5020982 or 13263539. OLE color: 13263539.

HSL color Cylindrical-coordinate representation of color #B362CA: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B362CA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 98 202 -
CMYK 0.11 0.51 0 0.21
HSL 286.73º 0.5% 0.59% -
HSV(B) 286.73º 0.51% 0.79% -
XYZ 33.62 22.58 58.46 -
YUV 134.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 179 98 202 0.11 0.51 0 0.21 286.73 0.5 0.59
Hex B3 62 CA B 33 0 15 11F 32 3B
Octal 263 142 312 13 63 0 25 437 62 73
Binary 10110011 1100010 11001010 1011 110011 0 10101 100011111 110010 111011

Color Harmonies of #B362CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362CA

Black with #B362CA

Text Example


Text Example

White with #B362CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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