Html Css Color HEX #B53CCB Medium Orchid

📋 copy color: '#B53CCB'

red 181 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B53CCB

Tints of Medium Orchid #B53CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 40.77%
G = 13.51%
B = 45.72%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B53CCB (or 0xB53CCB) is known color: Medium Orchid. HEX triplet: B5, 3C and CB. RGB value is (181,60,203). Sum of RGB (Red+Green+Blue) = 181+60+203=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B53CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CCB is #4AC334. Grayscale: #707070. Windows color (decimal): -4899637 or 13319349. OLE color: 13319349.

HSL color Cylindrical-coordinate representation of color #B53CCB: hue angle of 290.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53CCB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 60 203 -
CMYK 0.11 0.70 0 0.20
HSL 290.77º 0.58% 0.52% -
HSV(B) 290.77º 0.7% 0.8% -
XYZ 31.45 17.37 58.19 -
YUV 112.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 181 60 203 0.11 0.70 0 0.20 290.77 0.58 0.52
Hex B5 3C CB B 46 0 14 123 3A 34
Octal 265 74 313 13 106 0 24 443 72 64
Binary 10110101 111100 11001011 1011 1000110 0 10100 100100011 111010 110100

Color Harmonies of #B53CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CCB

Black with #B53CCB

Text Example


Text Example

White with #B53CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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