Html Css Color HEX #B538CB Medium Orchid

📋 copy color: '#B538CB'

red 181 ◦ green 56 ◦ blue 203

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

Shades of Medium Orchid #B538CB

Tints of Medium Orchid #B538CB

RGB

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

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

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

R = 41.14%
G = 12.73%
B = 46.14%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B538CB (or 0xB538CB) is known color: Medium Orchid. HEX triplet: B5, 38 and CB. RGB value is (181,56,203). Sum of RGB (Red+Green+Blue) = 181+56+203=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #B538CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538CB is #4AC734. Grayscale: #6D6D6D. Windows color (decimal): -4900661 or 13318325. OLE color: 13318325.

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

Color convert

RGB 181 56 203 -
CMYK 0.11 0.72 0 0.20
HSL 291.02º 0.59% 0.51% -
HSV(B) 291.02º 0.72% 0.8% -
XYZ 31.25 16.96 58.13 -
YUV 110.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 181 56 203 0.11 0.72 0 0.20 291.02 0.59 0.51
Hex B5 38 CB B 48 0 14 123 3B 33
Octal 265 70 313 13 110 0 24 443 73 63
Binary 10110101 111000 11001011 1011 1001000 0 10100 100100011 111011 110011

Color Harmonies of #B538CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538CB

Black with #B538CB

Text Example


Text Example

White with #B538CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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