Html Css Color HEX #B554E7 Medium Orchid

📋 copy color: '#B554E7'

red 181 ◦ green 84 ◦ blue 231

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

Shades of Medium Orchid #B554E7

Tints of Medium Orchid #B554E7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.94%

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 36.49%
G = 16.94%
B = 46.57%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B554E7 (or 0xB554E7) is known color: Medium Orchid. HEX triplet: B5, 54 and E7. RGB value is (181,84,231). Sum of RGB (Red+Green+Blue) = 181+84+231=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #B554E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554E7 is #4AAB18. Grayscale: #818181. Windows color (decimal): -4893465 or 15160501. OLE color: 15160501.

HSL color Cylindrical-coordinate representation of color #B554E7: hue angle of 279.59º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B554E7 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 84 231 -
CMYK 0.22 0.64 0 0.09
HSL 279.59º 0.75% 0.62% -
HSV(B) 279.59º 0.64% 0.91% -
XYZ 36.65 21.93 77.9 -
YUV 129.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 181 84 231 0.22 0.64 0 0.09 279.59 0.75 0.62
Hex B5 54 E7 16 40 0 9 118 4B 3E
Octal 265 124 347 26 100 0 11 430 113 76
Binary 10110101 1010100 11100111 10110 1000000 0 1001 100011000 1001011 111110

Color Harmonies of #B554E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554E7

Black with #B554E7

Text Example


Text Example

White with #B554E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554E7; }

 p { color: rgb(181,84,231); }

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

background-color css

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

 a { background-color: rgb(181,84,231); }

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

border-color css

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

 span { border-color: rgb(181,84,231); }

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