Html Css Color HEX #B63CDF Medium Orchid

📋 copy color: '#B63CDF'

red 182 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B63CDF

Tints of Medium Orchid #B63CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 39.14%
G = 12.9%
B = 47.96%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B63CDF (or 0xB63CDF) is known color: Medium Orchid. HEX triplet: B6, 3C and DF. RGB value is (182,60,223). Sum of RGB (Red+Green+Blue) = 182+60+223=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B63CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CDF is #49C320. Grayscale: #727272. Windows color (decimal): -4834081 or 14630070. OLE color: 14630070.

HSL color Cylindrical-coordinate representation of color #B63CDF: hue angle of 284.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63CDF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 60 223 -
CMYK 0.18 0.73 0 0.13
HSL 284.91º 0.72% 0.55% -
HSV(B) 284.91º 0.73% 0.87% -
XYZ 34.23 18.5 71.58 -
YUV 115.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 182 60 223 0.18 0.73 0 0.13 284.91 0.72 0.55
Hex B6 3C DF 12 49 0 D 11D 48 37
Octal 266 74 337 22 111 0 15 435 110 67
Binary 10110110 111100 11011111 10010 1001001 0 1101 100011101 1001000 110111

Color Harmonies of #B63CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CDF

Black with #B63CDF

Text Example


Text Example

White with #B63CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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