Html Css Color HEX #B538CC Medium Orchid

📋 copy color: '#B538CC'

red 181 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #B538CC

Tints of Medium Orchid #B538CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.7%

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

R = 41.04%
G = 12.7%
B = 46.26%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B538CC (or 0xB538CC) is known color: Medium Orchid. HEX triplet: B5, 38 and CC. RGB value is (181,56,204). Sum of RGB (Red+Green+Blue) = 181+56+204=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #B538CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538CC is #4AC733. Grayscale: #6D6D6D. Windows color (decimal): -4900660 or 13383861. OLE color: 13383861.

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

Color convert

RGB 181 56 204 -
CMYK 0.11 0.73 0 0.2
HSL 290.68º 0.59% 0.51% -
HSV(B) 290.68º 0.73% 0.8% -
XYZ 31.37 17.01 58.76 -
YUV 110.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 181 56 204 0.11 0.73 0 0.2 290.68 0.59 0.51
Hex B5 38 CC B 49 0 14 123 3B 33
Octal 265 70 314 13 111 0 24 443 73 63
Binary 10110101 111000 11001100 1011 1001001 0 10100 100100011 111011 110011

Color Harmonies of #B538CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538CC

Black with #B538CC

Text Example


Text Example

White with #B538CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538CC; }

 p { color: rgb(181,56,204); }

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

background-color css

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

 a { background-color: rgb(181,56,204); }

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

border-color css

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

 span { border-color: rgb(181,56,204); }

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