Html Css Color HEX #B363C9 Medium Orchid

📋 copy color: '#B363C9'

red 179 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #B363C9

Tints of Medium Orchid #B363C9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.67%

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 37.37%
G = 20.67%
B = 41.96%

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

#B363C9 (or 0xB363C9) is known color: Medium Orchid. HEX triplet: B3, 63 and C9. RGB value is (179,99,201). Sum of RGB (Red+Green+Blue) = 179+99+201=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #B363C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363C9 is #4C9C36. Grayscale: #868686. Windows color (decimal): -5020727 or 13198259. OLE color: 13198259.

HSL color Cylindrical-coordinate representation of color #B363C9: hue angle of 287.06º degrees, saturation: 0.49, 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 #B363C9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 99 201 -
CMYK 0.11 0.51 0 0.21
HSL 287.06º 0.49% 0.59% -
HSV(B) 287.06º 0.51% 0.79% -
XYZ 33.59 22.72 57.87 -
YUV 134.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 179 99 201 0.11 0.51 0 0.21 287.06 0.49 0.59
Hex B3 63 C9 B 33 0 15 11F 31 3B
Octal 263 143 311 13 63 0 25 437 61 73
Binary 10110011 1100011 11001001 1011 110011 0 10101 100011111 110001 111011

Color Harmonies of #B363C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363C9

Black with #B363C9

Text Example


Text Example

White with #B363C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363C9; }

 p { color: rgb(179,99,201); }

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

background-color css

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

 a { background-color: rgb(179,99,201); }

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

border-color css

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

 span { border-color: rgb(179,99,201); }

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