Html Css Color HEX #B63CCA Medium Orchid

📋 copy color: '#B63CCA'

red 182 ◦ green 60 ◦ blue 202

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

Shades of Medium Orchid #B63CCA

Tints of Medium Orchid #B63CCA

RGB

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

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

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

R = 40.99%
G = 13.51%
B = 45.5%

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

#B63CCA (or 0xB63CCA) is known color: Medium Orchid. HEX triplet: B6, 3C and CA. RGB value is (182,60,202). Sum of RGB (Red+Green+Blue) = 182+60+202=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #B63CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CCA is #49C335. Grayscale: #707070. Windows color (decimal): -4834102 or 13253814. OLE color: 13253814.

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

Color convert

RGB 182 60 202 -
CMYK 0.10 0.70 0 0.21
HSL 291.55º 0.57% 0.51% -
HSV(B) 291.55º 0.7% 0.79% -
XYZ 31.57 17.44 57.58 -
YUV 112.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 182 60 202 0.10 0.70 0 0.21 291.55 0.57 0.51
Hex B6 3C CA A 46 0 15 124 39 33
Octal 266 74 312 12 106 0 25 444 71 63
Binary 10110110 111100 11001010 1010 1000110 0 10101 100100100 111001 110011

Color Harmonies of #B63CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CCA

Black with #B63CCA

Text Example


Text Example

White with #B63CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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