Html Css Color HEX #B538CA Medium Orchid

📋 copy color: '#B538CA'

red 181 ◦ green 56 ◦ blue 202

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

Shades of Medium Orchid #B538CA

Tints of Medium Orchid #B538CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 41.23%
G = 12.76%
B = 46.01%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B538CA (or 0xB538CA) is known color: Medium Orchid. HEX triplet: B5, 38 and CA. RGB value is (181,56,202). Sum of RGB (Red+Green+Blue) = 181+56+202=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B538CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538CA is #4AC735. Grayscale: #6D6D6D. Windows color (decimal): -4900662 or 13252789. OLE color: 13252789.

HSL color Cylindrical-coordinate representation of color #B538CA: hue angle of 291.37º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B538CA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 56 202 -
CMYK 0.10 0.72 0 0.21
HSL 291.37º 0.58% 0.51% -
HSV(B) 291.37º 0.72% 0.79% -
XYZ 31.13 16.92 57.5 -
YUV 110.02 179.91 178.63 -
System Red Green Blue C M Y K H S L
Decimal 181 56 202 0.10 0.72 0 0.21 291.37 0.58 0.51
Hex B5 38 CA A 48 0 15 123 3A 33
Octal 265 70 312 12 110 0 25 443 72 63
Binary 10110101 111000 11001010 1010 1001000 0 10101 100100011 111010 110011

Color Harmonies of #B538CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538CA

Black with #B538CA

Text Example


Text Example

White with #B538CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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