Html Css Color HEX #B544ED Medium Orchid

📋 copy color: '#B544ED'

red 181 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #B544ED

Tints of Medium Orchid #B544ED

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.99%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 37.24%
G = 13.99%
B = 48.77%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B544ED (or 0xB544ED) is known color: Medium Orchid. HEX triplet: B5, 44 and ED. RGB value is (181,68,237). Sum of RGB (Red+Green+Blue) = 181+68+237=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #B544ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544ED is #4ABB12. Grayscale: #787878. Windows color (decimal): -4897555 or 15549621. OLE color: 15549621.

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

Color convert

RGB 181 68 237 -
CMYK 0.24 0.71 0 0.07
HSL 280.12º 0.82% 0.6% -
HSV(B) 280.12º 0.71% 0.93% -
XYZ 36.41 20.07 82.08 -
YUV 121.05 193.44 170.76 -
System Red Green Blue C M Y K H S L
Decimal 181 68 237 0.24 0.71 0 0.07 280.12 0.82 0.6
Hex B5 44 ED 18 47 0 7 118 52 3C
Octal 265 104 355 30 107 0 7 430 122 74
Binary 10110101 1000100 11101101 11000 1000111 0 111 100011000 1010010 111100

Color Harmonies of #B544ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544ED

Black with #B544ED

Text Example


Text Example

White with #B544ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544ED; }

 p { color: rgb(181,68,237); }

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

background-color css

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

 a { background-color: rgb(181,68,237); }

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

border-color css

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

 span { border-color: rgb(181,68,237); }

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