Html Css Color HEX #B63CCD Medium Orchid

📋 copy color: '#B63CCD'

red 182 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B63CCD

Tints of Medium Orchid #B63CCD

RGB

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

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

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

R = 40.72%
G = 13.42%
B = 45.86%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B63CCD (or 0xB63CCD) is known color: Medium Orchid. HEX triplet: B6, 3C and CD. RGB value is (182,60,205). Sum of RGB (Red+Green+Blue) = 182+60+205=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #B63CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CCD is #49C332. Grayscale: #707070. Windows color (decimal): -4834099 or 13450422. OLE color: 13450422.

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

Color convert

RGB 182 60 205 -
CMYK 0.11 0.71 0 0.20
HSL 290.48º 0.59% 0.52% -
HSV(B) 290.48º 0.71% 0.8% -
XYZ 31.93 17.58 59.47 -
YUV 113.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 182 60 205 0.11 0.71 0 0.20 290.48 0.59 0.52
Hex B6 3C CD B 47 0 14 122 3B 34
Octal 266 74 315 13 107 0 24 442 73 64
Binary 10110110 111100 11001101 1011 1000111 0 10100 100100010 111011 110100

Color Harmonies of #B63CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CCD

Black with #B63CCD

Text Example


Text Example

White with #B63CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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