Html Css Color HEX #B538DF Medium Orchid

📋 copy color: '#B538DF'

red 181 ◦ green 56 ◦ blue 223

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

Shades of Medium Orchid #B538DF

Tints of Medium Orchid #B538DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 39.35%
G = 12.17%
B = 48.48%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B538DF (or 0xB538DF) is known color: Medium Orchid. HEX triplet: B5, 38 and DF. RGB value is (181,56,223). Sum of RGB (Red+Green+Blue) = 181+56+223=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #B538DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538DF is #4AC720. Grayscale: #6F6F6F. Windows color (decimal): -4900641 or 14629045. OLE color: 14629045.

HSL color Cylindrical-coordinate representation of color #B538DF: hue angle of 284.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B538DF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 56 223 -
CMYK 0.19 0.75 0 0.13
HSL 284.91º 0.72% 0.55% -
HSV(B) 284.91º 0.75% 0.87% -
XYZ 33.79 17.98 71.5 -
YUV 112.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 181 56 223 0.19 0.75 0 0.13 284.91 0.72 0.55
Hex B5 38 DF 13 4B 0 D 11D 48 37
Octal 265 70 337 23 113 0 15 435 110 67
Binary 10110101 111000 11011111 10011 1001011 0 1101 100011101 1001000 110111

Color Harmonies of #B538DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538DF

Black with #B538DF

Text Example


Text Example

White with #B538DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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