Html Css Color HEX #B538DA Medium Orchid

📋 copy color: '#B538DA'

red 181 ◦ green 56 ◦ blue 218

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

Shades of Medium Orchid #B538DA

Tints of Medium Orchid #B538DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 39.78%
G = 12.31%
B = 47.91%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B538DA (or 0xB538DA) is known color: Medium Orchid. HEX triplet: B5, 38 and DA. RGB value is (181,56,218). Sum of RGB (Red+Green+Blue) = 181+56+218=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #B538DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538DA is #4AC725. Grayscale: #6F6F6F. Windows color (decimal): -4900646 or 14301365. OLE color: 14301365.

HSL color Cylindrical-coordinate representation of color #B538DA: hue angle of 286.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B538DA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 56 218 -
CMYK 0.17 0.74 0 0.15
HSL 286.3º 0.69% 0.54% -
HSV(B) 286.3º 0.74% 0.85% -
XYZ 33.13 17.71 68 -
YUV 111.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 181 56 218 0.17 0.74 0 0.15 286.3 0.69 0.54
Hex B5 38 DA 11 4A 0 F 11E 45 36
Octal 265 70 332 21 112 0 17 436 105 66
Binary 10110101 111000 11011010 10001 1001010 0 1111 100011110 1000101 110110

Color Harmonies of #B538DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538DA

Black with #B538DA

Text Example


Text Example

White with #B538DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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