Html Css Color HEX #B362CD Medium Orchid

📋 copy color: '#B362CD'

red 179 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #B362CD

Tints of Medium Orchid #B362CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 37.14%
G = 20.33%
B = 42.53%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B362CD (or 0xB362CD) is known color: Medium Orchid. HEX triplet: B3, 62 and CD. RGB value is (179,98,205). Sum of RGB (Red+Green+Blue) = 179+98+205=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B362CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362CD is #4C9D32. Grayscale: #868686. Windows color (decimal): -5020979 or 13460147. OLE color: 13460147.

HSL color Cylindrical-coordinate representation of color #B362CD: hue angle of 285.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B362CD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 98 205 -
CMYK 0.13 0.52 0 0.20
HSL 285.42º 0.52% 0.59% -
HSV(B) 285.42º 0.52% 0.8% -
XYZ 33.98 22.73 60.35 -
YUV 134.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 179 98 205 0.13 0.52 0 0.20 285.42 0.52 0.59
Hex B3 62 CD D 34 0 14 11D 34 3B
Octal 263 142 315 15 64 0 24 435 64 73
Binary 10110011 1100010 11001101 1101 110100 0 10100 100011101 110100 111011

Color Harmonies of #B362CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362CD

Black with #B362CD

Text Example


Text Example

White with #B362CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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