Html Css Color HEX #B53DCB Medium Orchid

📋 copy color: '#B53DCB'

red 181 ◦ green 61 ◦ blue 203

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

Shades of Medium Orchid #B53DCB

Tints of Medium Orchid #B53DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

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

R = 40.67%
G = 13.71%
B = 45.62%

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

#B53DCB (or 0xB53DCB) is known color: Medium Orchid. HEX triplet: B5, 3D and CB. RGB value is (181,61,203). Sum of RGB (Red+Green+Blue) = 181+61+203=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B53DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DCB is #4AC234. Grayscale: #707070. Windows color (decimal): -4899381 or 13319605. OLE color: 13319605.

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

Color convert

RGB 181 61 203 -
CMYK 0.11 0.70 0 0.20
HSL 290.7º 0.58% 0.52% -
HSV(B) 290.7º 0.7% 0.8% -
XYZ 31.5 17.47 58.21 -
YUV 113.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 181 61 203 0.11 0.70 0 0.20 290.7 0.58 0.52
Hex B5 3D CB B 46 0 14 123 3A 34
Octal 265 75 313 13 106 0 24 443 72 64
Binary 10110101 111101 11001011 1011 1000110 0 10100 100100011 111010 110100

Color Harmonies of #B53DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DCB

Black with #B53DCB

Text Example


Text Example

White with #B53DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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