Html Css Color HEX #B63CDC Medium Orchid

📋 copy color: '#B63CDC'

red 182 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #B63CDC

Tints of Medium Orchid #B63CDC

RGB

 RED value IS 182 (71.48% from 255) = 39.39%

 GREEN value IS 60 (23.83% from 255) = 12.99%

 BLUE value IS 220 (86.33% from 255) = 47.62%

R = 39.39%
G = 12.99%
B = 47.62%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63CDC (or 0xB63CDC) is known color: Medium Orchid. HEX triplet: B6, 3C and DC. RGB value is (182,60,220). Sum of RGB (Red+Green+Blue) = 182+60+220=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #B63CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CDC is #49C323. Grayscale: #727272. Windows color (decimal): -4834084 or 14433462. OLE color: 14433462.

HSL color Cylindrical-coordinate representation of color #B63CDC: hue angle of 285.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63CDC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 60 220 -
CMYK 0.17 0.73 0 0.14
HSL 285.75º 0.7% 0.55% -
HSV(B) 285.75º 0.73% 0.86% -
XYZ 33.83 18.34 69.47 -
YUV 114.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 182 60 220 0.17 0.73 0 0.14 285.75 0.7 0.55
Hex B6 3C DC 11 49 0 E 11E 46 37
Octal 266 74 334 21 111 0 16 436 106 67
Binary 10110110 111100 11011100 10001 1001001 0 1110 100011110 1000110 110111

Color Harmonies of #B63CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CDC

Black with #B63CDC

Text Example


Text Example

White with #B63CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CDC; }

 p { color: rgb(182,60,220); }

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

background-color css

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

 a { background-color: rgb(182,60,220); }

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

border-color css

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

 span { border-color: rgb(182,60,220); }

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