Html Css Color HEX #B538CE Medium Orchid

📋 copy color: '#B538CE'

red 181 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #B538CE

Tints of Medium Orchid #B538CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 40.86%
G = 12.64%
B = 46.5%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B538CE (or 0xB538CE) is known color: Medium Orchid. HEX triplet: B5, 38 and CE. RGB value is (181,56,206). Sum of RGB (Red+Green+Blue) = 181+56+206=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #B538CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538CE is #4AC731. Grayscale: #6E6E6E. Windows color (decimal): -4900658 or 13514933. OLE color: 13514933.

HSL color Cylindrical-coordinate representation of color #B538CE: hue angle of 290º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B538CE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 56 206 -
CMYK 0.12 0.73 0 0.19
HSL 290º 0.6% 0.51% -
HSV(B) 290º 0.73% 0.81% -
XYZ 31.61 17.11 60.03 -
YUV 110.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 181 56 206 0.12 0.73 0 0.19 290 0.6 0.51
Hex B5 38 CE C 49 0 13 122 3C 33
Octal 265 70 316 14 111 0 23 442 74 63
Binary 10110101 111000 11001110 1100 1001001 0 10011 100100010 111100 110011

Color Harmonies of #B538CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538CE

Black with #B538CE

Text Example


Text Example

White with #B538CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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