Html Css Color HEX #B363C8 Medium Orchid

📋 copy color: '#B363C8'

red 179 ◦ green 99 ◦ blue 200

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

Shades of Medium Orchid #B363C8

Tints of Medium Orchid #B363C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 37.45%
G = 20.71%
B = 41.84%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B363C8 (or 0xB363C8) is known color: Medium Orchid. HEX triplet: B3, 63 and C8. RGB value is (179,99,200). Sum of RGB (Red+Green+Blue) = 179+99+200=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #B363C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363C8 is #4C9C37. Grayscale: #868686. Windows color (decimal): -5020728 or 13132723. OLE color: 13132723.

HSL color Cylindrical-coordinate representation of color #B363C8: hue angle of 287.52º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B363C8 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 99 200 -
CMYK 0.10 0.50 0 0.22
HSL 287.52º 0.48% 0.59% -
HSV(B) 287.52º 0.51% 0.78% -
XYZ 33.48 22.68 57.26 -
YUV 134.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 179 99 200 0.10 0.50 0 0.22 287.52 0.48 0.59
Hex B3 63 C8 A 32 0 16 120 30 3B
Octal 263 143 310 12 62 0 26 440 60 73
Binary 10110011 1100011 11001000 1010 110010 0 10110 100100000 110000 111011

Color Harmonies of #B363C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363C8

Black with #B363C8

Text Example


Text Example

White with #B363C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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