Html Css Color HEX #B63EDA Medium Orchid

📋 copy color: '#B63EDA'

red 182 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #B63EDA

Tints of Medium Orchid #B63EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 39.39%
G = 13.42%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B63EDA (or 0xB63EDA) is known color: Medium Orchid. HEX triplet: B6, 3E and DA. RGB value is (182,62,218). Sum of RGB (Red+Green+Blue) = 182+62+218=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EDA is #49C125. Grayscale: #737373. Windows color (decimal): -4833574 or 14302902. OLE color: 14302902.

HSL color Cylindrical-coordinate representation of color #B63EDA: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63EDA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 62 218 -
CMYK 0.17 0.72 0 0.15
HSL 286.15º 0.68% 0.55% -
HSV(B) 286.15º 0.72% 0.85% -
XYZ 33.67 18.45 68.12 -
YUV 115.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 182 62 218 0.17 0.72 0 0.15 286.15 0.68 0.55
Hex B6 3E DA 11 48 0 F 11E 44 37
Octal 266 76 332 21 110 0 17 436 104 67
Binary 10110110 111110 11011010 10001 1001000 0 1111 100011110 1000100 110111

Color Harmonies of #B63EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EDA

Black with #B63EDA

Text Example


Text Example

White with #B63EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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