Html Css Color HEX #B53BCD Medium Orchid

📋 copy color: '#B53BCD'

red 181 ◦ green 59 ◦ blue 205

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

Shades of Medium Orchid #B53BCD

Tints of Medium Orchid #B53BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

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

R = 40.67%
G = 13.26%
B = 46.07%

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

#B53BCD (or 0xB53BCD) is known color: Medium Orchid. HEX triplet: B5, 3B and CD. RGB value is (181,59,205). Sum of RGB (Red+Green+Blue) = 181+59+205=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #B53BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BCD is #4AC432. Grayscale: #6F6F6F. Windows color (decimal): -4899891 or 13450165. OLE color: 13450165.

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

Color convert

RGB 181 59 205 -
CMYK 0.12 0.71 0 0.20
HSL 290.14º 0.59% 0.52% -
HSV(B) 290.14º 0.71% 0.8% -
XYZ 31.64 17.36 59.44 -
YUV 112.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 181 59 205 0.12 0.71 0 0.20 290.14 0.59 0.52
Hex B5 3B CD C 47 0 14 122 3B 34
Octal 265 73 315 14 107 0 24 442 73 64
Binary 10110101 111011 11001101 1100 1000111 0 10100 100100010 111011 110100

Color Harmonies of #B53BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BCD

Black with #B53BCD

Text Example


Text Example

White with #B53BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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