Html Css Color HEX #B63DCD Medium Orchid

📋 copy color: '#B63DCD'

red 182 ◦ green 61 ◦ blue 205

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

Shades of Medium Orchid #B63DCD

Tints of Medium Orchid #B63DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.62%

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 40.63%
G = 13.62%
B = 45.76%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B63DCD (or 0xB63DCD) is known color: Medium Orchid. HEX triplet: B6, 3D and CD. RGB value is (182,61,205). Sum of RGB (Red+Green+Blue) = 182+61+205=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #B63DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCD is #49C232. Grayscale: #717171. Windows color (decimal): -4833843 or 13450678. OLE color: 13450678.

HSL color Cylindrical-coordinate representation of color #B63DCD: hue angle of 290.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DCD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 61 205 -
CMYK 0.11 0.70 0 0.20
HSL 290.42º 0.59% 0.52% -
HSV(B) 290.42º 0.7% 0.8% -
XYZ 31.98 17.69 59.49 -
YUV 113.6 179.59 176.79 -
System Red Green Blue C M Y K H S L
Decimal 182 61 205 0.11 0.70 0 0.20 290.42 0.59 0.52
Hex B6 3D CD B 46 0 14 122 3B 34
Octal 266 75 315 13 106 0 24 442 73 64
Binary 10110110 111101 11001101 1011 1000110 0 10100 100100010 111011 110100

Color Harmonies of #B63DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DCD

Black with #B63DCD

Text Example


Text Example

White with #B63DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DCD; }

 p { color: rgb(182,61,205); }

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

background-color css

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

 a { background-color: rgb(182,61,205); }

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

border-color css

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

 span { border-color: rgb(182,61,205); }

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