Html Css Color HEX #B63DCA Medium Orchid

📋 copy color: '#B63DCA'

red 182 ◦ green 61 ◦ blue 202

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

Shades of Medium Orchid #B63DCA

Tints of Medium Orchid #B63DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 40.9%
G = 13.71%
B = 45.39%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B63DCA (or 0xB63DCA) is known color: Medium Orchid. HEX triplet: B6, 3D and CA. RGB value is (182,61,202). Sum of RGB (Red+Green+Blue) = 182+61+202=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #B63DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DCA is #49C235. Grayscale: #707070. Windows color (decimal): -4833846 or 13254070. OLE color: 13254070.

HSL color Cylindrical-coordinate representation of color #B63DCA: hue angle of 291.49º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DCA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 61 202 -
CMYK 0.10 0.70 0 0.21
HSL 291.49º 0.57% 0.52% -
HSV(B) 291.49º 0.7% 0.79% -
XYZ 31.62 17.55 57.6 -
YUV 113.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 182 61 202 0.10 0.70 0 0.21 291.49 0.57 0.52
Hex B6 3D CA A 46 0 15 123 39 34
Octal 266 75 312 12 106 0 25 443 71 64
Binary 10110110 111101 11001010 1010 1000110 0 10101 100100011 111001 110100

Color Harmonies of #B63DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DCA

Black with #B63DCA

Text Example


Text Example

White with #B63DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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