Html Css Color HEX #B63CCC Medium Orchid

📋 copy color: '#B63CCC'

red 182 ◦ green 60 ◦ blue 204

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

Shades of Medium Orchid #B63CCC

Tints of Medium Orchid #B63CCC

RGB

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

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

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

R = 40.81%
G = 13.45%
B = 45.74%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B63CCC (or 0xB63CCC) is known color: Medium Orchid. HEX triplet: B6, 3C and CC. RGB value is (182,60,204). Sum of RGB (Red+Green+Blue) = 182+60+204=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B63CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CCC is #49C333. Grayscale: #707070. Windows color (decimal): -4834100 or 13384886. OLE color: 13384886.

HSL color Cylindrical-coordinate representation of color #B63CCC: hue angle of 290.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63CCC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 60 204 -
CMYK 0.11 0.71 0 0.2
HSL 290.83º 0.59% 0.52% -
HSV(B) 290.83º 0.71% 0.8% -
XYZ 31.81 17.54 58.84 -
YUV 112.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 182 60 204 0.11 0.71 0 0.2 290.83 0.59 0.52
Hex B6 3C CC B 47 0 14 123 3B 34
Octal 266 74 314 13 107 0 24 443 73 64
Binary 10110110 111100 11001100 1011 1000111 0 10100 100100011 111011 110100

Color Harmonies of #B63CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CCC

Black with #B63CCC

Text Example


Text Example

White with #B63CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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