Html Css Color HEX #B63DCE Medium Orchid

📋 copy color: '#B63DCE'

red 182 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #B63DCE

Tints of Medium Orchid #B63DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 40.53%
G = 13.59%
B = 45.88%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B63DCE (or 0xB63DCE) is known color: Medium Orchid. HEX triplet: B6, 3D and CE. RGB value is (182,61,206). Sum of RGB (Red+Green+Blue) = 182+61+206=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B63DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCE is #49C231. Grayscale: #717171. Windows color (decimal): -4833842 or 13516214. OLE color: 13516214.

HSL color Cylindrical-coordinate representation of color #B63DCE: hue angle of 290.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DCE is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 61 206 -
CMYK 0.12 0.70 0 0.19
HSL 290.07º 0.6% 0.52% -
HSV(B) 290.07º 0.7% 0.81% -
XYZ 32.1 17.74 60.12 -
YUV 113.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 182 61 206 0.12 0.70 0 0.19 290.07 0.6 0.52
Hex B6 3D CE C 46 0 13 122 3C 34
Octal 266 75 316 14 106 0 23 442 74 64
Binary 10110110 111101 11001110 1100 1000110 0 10011 100100010 111100 110100

Color Harmonies of #B63DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DCE

Black with #B63DCE

Text Example


Text Example

White with #B63DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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