Html Css Color HEX #B362D7 Medium Orchid

📋 copy color: '#B362D7'

red 179 ◦ green 98 ◦ blue 215

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

Shades of Medium Orchid #B362D7

Tints of Medium Orchid #B362D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 36.38%
G = 19.92%
B = 43.7%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B362D7 (or 0xB362D7) is known color: Medium Orchid. HEX triplet: B3, 62 and D7. RGB value is (179,98,215). Sum of RGB (Red+Green+Blue) = 179+98+215=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #B362D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362D7 is #4C9D28. Grayscale: #878787. Windows color (decimal): -5020969 or 14115507. OLE color: 14115507.

HSL color Cylindrical-coordinate representation of color #B362D7: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B362D7 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 98 215 -
CMYK 0.17 0.54 0 0.16
HSL 281.54º 0.59% 0.61% -
HSV(B) 281.54º 0.54% 0.84% -
XYZ 35.22 23.23 66.92 -
YUV 135.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 179 98 215 0.17 0.54 0 0.16 281.54 0.59 0.61
Hex B3 62 D7 11 36 0 10 11A 3B 3D
Octal 263 142 327 21 66 0 20 432 73 75
Binary 10110011 1100010 11010111 10001 110110 0 10000 100011010 111011 111101

Color Harmonies of #B362D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362D7

Black with #B362D7

Text Example


Text Example

White with #B362D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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