Html Css Color HEX #B53CCD Medium Orchid

📋 copy color: '#B53CCD'

red 181 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B53CCD

Tints of Medium Orchid #B53CCD

RGB

 RED value IS 181 (71.09% from 255) = 40.58%

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 40.58%
G = 13.45%
B = 45.96%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B53CCD (or 0xB53CCD) is known color: Medium Orchid. HEX triplet: B5, 3C and CD. RGB value is (181,60,205). Sum of RGB (Red+Green+Blue) = 181+60+205=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #B53CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CCD is #4AC332. Grayscale: #707070. Windows color (decimal): -4899635 or 13450421. OLE color: 13450421.

HSL color Cylindrical-coordinate representation of color #B53CCD: hue angle of 290.07º 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 #B53CCD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 60 205 -
CMYK 0.12 0.71 0 0.20
HSL 290.07º 0.59% 0.52% -
HSV(B) 290.07º 0.71% 0.8% -
XYZ 31.69 17.46 59.46 -
YUV 112.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 181 60 205 0.12 0.71 0 0.20 290.07 0.59 0.52
Hex B5 3C CD C 47 0 14 122 3B 34
Octal 265 74 315 14 107 0 24 442 73 64
Binary 10110101 111100 11001101 1100 1000111 0 10100 100100010 111011 110100

Color Harmonies of #B53CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CCD

Black with #B53CCD

Text Example


Text Example

White with #B53CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CCD; }

 p { color: rgb(181,60,205); }

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

background-color css

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

 a { background-color: rgb(181,60,205); }

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

border-color css

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

 span { border-color: rgb(181,60,205); }

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