Html Css Color HEX #B63ECC Medium Orchid

📋 copy color: '#B63ECC'

red 182 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #B63ECC

Tints of Medium Orchid #B63ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 40.63%
G = 13.84%
B = 45.54%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B63ECC (or 0xB63ECC) is known color: Medium Orchid. HEX triplet: B6, 3E and CC. RGB value is (182,62,204). Sum of RGB (Red+Green+Blue) = 182+62+204=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 62 (24.61% from 255 or 13.84% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ECC is #49C133. Grayscale: #717171. Windows color (decimal): -4833588 or 13385398. OLE color: 13385398.

HSL color Cylindrical-coordinate representation of color #B63ECC: hue angle of 290.7º degrees, saturation: 0.58, 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 #B63ECC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 62 204 -
CMYK 0.11 0.70 0 0.2
HSL 290.7º 0.58% 0.52% -
HSV(B) 290.7º 0.7% 0.8% -
XYZ 31.91 17.75 58.87 -
YUV 114.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 182 62 204 0.11 0.70 0 0.2 290.7 0.58 0.52
Hex B6 3E CC B 46 0 14 123 3A 34
Octal 266 76 314 13 106 0 24 443 72 64
Binary 10110110 111110 11001100 1011 1000110 0 10100 100100011 111010 110100

Color Harmonies of #B63ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63ECC

Black with #B63ECC

Text Example


Text Example

White with #B63ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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