Html Css Color HEX #B63BDC Medium Orchid

📋 copy color: '#B63BDC'

red 182 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #B63BDC

Tints of Medium Orchid #B63BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

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

R = 39.48%
G = 12.8%
B = 47.72%

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

#B63BDC (or 0xB63BDC) is known color: Medium Orchid. HEX triplet: B6, 3B and DC. RGB value is (182,59,220). Sum of RGB (Red+Green+Blue) = 182+59+220=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #B63BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BDC is #49C423. Grayscale: #717171. Windows color (decimal): -4834340 or 14433206. OLE color: 14433206.

HSL color Cylindrical-coordinate representation of color #B63BDC: hue angle of 285.84º 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 #B63BDC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 59 220 -
CMYK 0.17 0.73 0 0.14
HSL 285.84º 0.7% 0.55% -
HSV(B) 285.84º 0.73% 0.86% -
XYZ 33.77 18.24 69.45 -
YUV 114.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 182 59 220 0.17 0.73 0 0.14 285.84 0.7 0.55
Hex B6 3B DC 11 49 0 E 11E 46 37
Octal 266 73 334 21 111 0 16 436 106 67
Binary 10110110 111011 11011100 10001 1001001 0 1110 100011110 1000110 110111

Color Harmonies of #B63BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63BDC

Black with #B63BDC

Text Example


Text Example

White with #B63BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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