Html Css Color HEX #B63FDC Medium Orchid

📋 copy color: '#B63FDC'

red 182 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #B63FDC

Tints of Medium Orchid #B63FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

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

R = 39.14%
G = 13.55%
B = 47.31%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B63FDC (or 0xB63FDC) is known color: Medium Orchid. HEX triplet: B6, 3F and DC. RGB value is (182,63,220). Sum of RGB (Red+Green+Blue) = 182+63+220=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B63FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FDC is #49C023. Grayscale: #737373. Windows color (decimal): -4833316 or 14434230. OLE color: 14434230.

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

Color convert

RGB 182 63 220 -
CMYK 0.17 0.71 0 0.14
HSL 285.48º 0.69% 0.55% -
HSV(B) 285.48º 0.71% 0.86% -
XYZ 33.99 18.67 69.52 -
YUV 116.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 182 63 220 0.17 0.71 0 0.14 285.48 0.69 0.55
Hex B6 3F DC 11 47 0 E 11D 45 37
Octal 266 77 334 21 107 0 16 435 105 67
Binary 10110110 111111 11011100 10001 1000111 0 1110 100011101 1000101 110111

Color Harmonies of #B63FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FDC

Black with #B63FDC

Text Example


Text Example

White with #B63FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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