Html Css Color HEX #B63CC9 Medium Orchid

📋 copy color: '#B63CC9'

red 182 ◦ green 60 ◦ blue 201

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

Shades of Medium Orchid #B63CC9

Tints of Medium Orchid #B63CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 41.08%
G = 13.54%
B = 45.37%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B63CC9 (or 0xB63CC9) is known color: Medium Orchid. HEX triplet: B6, 3C and C9. RGB value is (182,60,201). Sum of RGB (Red+Green+Blue) = 182+60+201=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B63CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CC9 is #49C336. Grayscale: #707070. Windows color (decimal): -4834103 or 13188278. OLE color: 13188278.

HSL color Cylindrical-coordinate representation of color #B63CC9: hue angle of 291.91º 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 #B63CC9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 60 201 -
CMYK 0.09 0.70 0 0.21
HSL 291.91º 0.57% 0.51% -
HSV(B) 291.91º 0.7% 0.79% -
XYZ 31.45 17.39 56.96 -
YUV 112.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 182 60 201 0.09 0.70 0 0.21 291.91 0.57 0.51
Hex B6 3C C9 9 46 0 15 124 39 33
Octal 266 74 311 11 106 0 25 444 71 63
Binary 10110110 111100 11001001 1001 1000110 0 10101 100100100 111001 110011

Color Harmonies of #B63CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CC9

Black with #B63CC9

Text Example


Text Example

White with #B63CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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