Html Css Color HEX #B63CDA Medium Orchid

📋 copy color: '#B63CDA'

red 182 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #B63CDA

Tints of Medium Orchid #B63CDA

RGB

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

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

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

R = 39.57%
G = 13.04%
B = 47.39%

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

#B63CDA (or 0xB63CDA) is known color: Medium Orchid. HEX triplet: B6, 3C and DA. RGB value is (182,60,218). Sum of RGB (Red+Green+Blue) = 182+60+218=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CDA is #49C325. Grayscale: #717171. Windows color (decimal): -4834086 or 14302390. OLE color: 14302390.

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

Color convert

RGB 182 60 218 -
CMYK 0.17 0.72 0 0.15
HSL 286.33º 0.68% 0.55% -
HSV(B) 286.33º 0.72% 0.85% -
XYZ 33.56 18.24 68.08 -
YUV 114.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 182 60 218 0.17 0.72 0 0.15 286.33 0.68 0.55
Hex B6 3C DA 11 48 0 F 11E 44 37
Octal 266 74 332 21 110 0 17 436 104 67
Binary 10110110 111100 11011010 10001 1001000 0 1111 100011110 1000100 110111

Color Harmonies of #B63CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CDA

Black with #B63CDA

Text Example


Text Example

White with #B63CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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