Html Css Color HEX #B538F8 Medium Orchid

📋 copy color: '#B538F8'

red 181 ◦ green 56 ◦ blue 248

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

Shades of Medium Orchid #B538F8

Tints of Medium Orchid #B538F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.13%

R = 37.32%
G = 11.55%
B = 51.13%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B538F8 (or 0xB538F8) is known color: Medium Orchid. HEX triplet: B5, 38 and F8. RGB value is (181,56,248). Sum of RGB (Red+Green+Blue) = 181+56+248=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #B538F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B538F8 is #4AC707. Grayscale: #727272. Windows color (decimal): -4900616 or 16267445. OLE color: 16267445.

HSL color Cylindrical-coordinate representation of color #B538F8: hue angle of 279.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B538F8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 56 248 -
CMYK 0.27 0.77 0 0.03
HSL 279.06º 0.93% 0.6% -
HSV(B) 279.06º 0.77% 0.97% -
XYZ 37.41 19.43 90.59 -
YUV 115.26 202.91 174.89 -
System Red Green Blue C M Y K H S L
Decimal 181 56 248 0.27 0.77 0 0.03 279.06 0.93 0.6
Hex B5 38 F8 1B 4D 0 3 117 5D 3C
Octal 265 70 370 33 115 0 3 427 135 74
Binary 10110101 111000 11111000 11011 1001101 0 11 100010111 1011101 111100

Color Harmonies of #B538F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538F8

Black with #B538F8

Text Example


Text Example

White with #B538F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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