Html Css Color HEX #B551EA Medium Orchid

📋 copy color: '#B551EA'

red 181 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #B551EA

Tints of Medium Orchid #B551EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

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

R = 36.49%
G = 16.33%
B = 47.18%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B551EA (or 0xB551EA) is known color: Medium Orchid. HEX triplet: B5, 51 and EA. RGB value is (181,81,234). Sum of RGB (Red+Green+Blue) = 181+81+234=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #B551EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551EA is #4AAE15. Grayscale: #7F7F7F. Windows color (decimal): -4894230 or 15356341. OLE color: 15356341.

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

Color convert

RGB 181 81 234 -
CMYK 0.23 0.65 0 0.08
HSL 279.22º 0.78% 0.62% -
HSV(B) 279.22º 0.65% 0.92% -
XYZ 36.85 21.65 80.08 -
YUV 128.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 181 81 234 0.23 0.65 0 0.08 279.22 0.78 0.62
Hex B5 51 EA 17 41 0 8 117 4E 3E
Octal 265 121 352 27 101 0 10 427 116 76
Binary 10110101 1010001 11101010 10111 1000001 0 1000 100010111 1001110 111110

Color Harmonies of #B551EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551EA

Black with #B551EA

Text Example


Text Example

White with #B551EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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