Html Css Color HEX #B63ED0 Medium Orchid

📋 copy color: '#B63ED0'

red 182 ◦ green 62 ◦ blue 208

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

Shades of Medium Orchid #B63ED0

Tints of Medium Orchid #B63ED0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.72%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 40.27%
G = 13.72%
B = 46.02%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B63ED0 (or 0xB63ED0) is known color: Medium Orchid. HEX triplet: B6, 3E and D0. RGB value is (182,62,208). Sum of RGB (Red+Green+Blue) = 182+62+208=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #B63ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ED0 is #49C12F. Grayscale: #727272. Windows color (decimal): -4833584 or 13647542. OLE color: 13647542.

HSL color Cylindrical-coordinate representation of color #B63ED0: hue angle of 289.32º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63ED0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 62 208 -
CMYK 0.12 0.70 0 0.18
HSL 289.32º 0.61% 0.53% -
HSV(B) 289.32º 0.7% 0.82% -
XYZ 32.4 17.94 61.43 -
YUV 114.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 182 62 208 0.12 0.70 0 0.18 289.32 0.61 0.53
Hex B6 3E D0 C 46 0 12 121 3D 35
Octal 266 76 320 14 106 0 22 441 75 65
Binary 10110110 111110 11010000 1100 1000110 0 10010 100100001 111101 110101

Color Harmonies of #B63ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63ED0

Black with #B63ED0

Text Example


Text Example

White with #B63ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63ED0; }

 p { color: rgb(182,62,208); }

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

background-color css

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

 a { background-color: rgb(182,62,208); }

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

border-color css

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

 span { border-color: rgb(182,62,208); }

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