Html Css Color HEX #B538EE Medium Orchid

📋 copy color: '#B538EE'

red 181 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #B538EE

Tints of Medium Orchid #B538EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 38.11%
G = 11.79%
B = 50.11%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B538EE (or 0xB538EE) is known color: Medium Orchid. HEX triplet: B5, 38 and EE. RGB value is (181,56,238). Sum of RGB (Red+Green+Blue) = 181+56+238=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #B538EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538EE is #4AC711. Grayscale: #717171. Windows color (decimal): -4900626 or 15612085. OLE color: 15612085.

HSL color Cylindrical-coordinate representation of color #B538EE: hue angle of 281.21º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B538EE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 56 238 -
CMYK 0.24 0.76 0 0.07
HSL 281.21º 0.84% 0.58% -
HSV(B) 281.21º 0.76% 0.93% -
XYZ 35.9 18.83 82.63 -
YUV 114.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 181 56 238 0.24 0.76 0 0.07 281.21 0.84 0.58
Hex B5 38 EE 18 4C 0 7 119 54 3A
Octal 265 70 356 30 114 0 7 431 124 72
Binary 10110101 111000 11101110 11000 1001100 0 111 100011001 1010100 111010

Color Harmonies of #B538EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538EE

Black with #B538EE

Text Example


Text Example

White with #B538EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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