Html Css Color HEX #B363CD Medium Orchid

📋 copy color: '#B363CD'

red 179 ◦ green 99 ◦ blue 205

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

Shades of Medium Orchid #B363CD

Tints of Medium Orchid #B363CD

RGB

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

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

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

R = 37.06%
G = 20.5%
B = 42.44%

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

#B363CD (or 0xB363CD) is known color: Medium Orchid. HEX triplet: B3, 63 and CD. RGB value is (179,99,205). Sum of RGB (Red+Green+Blue) = 179+99+205=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #B363CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363CD is #4C9C32. Grayscale: #868686. Windows color (decimal): -5020723 or 13460403. OLE color: 13460403.

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

Color convert

RGB 179 99 205 -
CMYK 0.13 0.52 0 0.20
HSL 285.28º 0.51% 0.6% -
HSV(B) 285.28º 0.52% 0.8% -
XYZ 34.07 22.92 60.38 -
YUV 135 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 179 99 205 0.13 0.52 0 0.20 285.28 0.51 0.6
Hex B3 63 CD D 34 0 14 11D 33 3C
Octal 263 143 315 15 64 0 24 435 63 74
Binary 10110011 1100011 11001101 1101 110100 0 10100 100011101 110011 111100

Color Harmonies of #B363CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363CD

Black with #B363CD

Text Example


Text Example

White with #B363CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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