Html Css Color HEX #B544EA Medium Orchid

📋 copy color: '#B544EA'

red 181 ◦ green 68 ◦ blue 234

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

Shades of Medium Orchid #B544EA

Tints of Medium Orchid #B544EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 37.47%
G = 14.08%
B = 48.45%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B544EA (or 0xB544EA) is known color: Medium Orchid. HEX triplet: B5, 44 and EA. RGB value is (181,68,234). Sum of RGB (Red+Green+Blue) = 181+68+234=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #B544EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544EA is #4ABB15. Grayscale: #787878. Windows color (decimal): -4897558 or 15353013. OLE color: 15353013.

HSL color Cylindrical-coordinate representation of color #B544EA: hue angle of 280.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B544EA is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 68 234 -
CMYK 0.23 0.71 0 0.08
HSL 280.84º 0.8% 0.59% -
HSV(B) 280.84º 0.71% 0.92% -
XYZ 35.97 19.9 79.79 -
YUV 120.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 181 68 234 0.23 0.71 0 0.08 280.84 0.8 0.59
Hex B5 44 EA 17 47 0 8 119 50 3B
Octal 265 104 352 27 107 0 10 431 120 73
Binary 10110101 1000100 11101010 10111 1000111 0 1000 100011001 1010000 111011

Color Harmonies of #B544EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544EA

Black with #B544EA

Text Example


Text Example

White with #B544EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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