Html Css Color HEX #B54FEB Medium Orchid

📋 copy color: '#B54FEB'

red 181 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #B54FEB

Tints of Medium Orchid #B54FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.96%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 36.57%
G = 15.96%
B = 47.47%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B54FEB (or 0xB54FEB) is known color: Medium Orchid. HEX triplet: B5, 4F and EB. RGB value is (181,79,235). Sum of RGB (Red+Green+Blue) = 181+79+235=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #B54FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FEB is #4AB014. Grayscale: #7E7E7E. Windows color (decimal): -4894741 or 15421365. OLE color: 15421365.

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

Color convert

RGB 181 79 235 -
CMYK 0.23 0.66 0 0.08
HSL 279.23º 0.8% 0.62% -
HSV(B) 279.23º 0.66% 0.92% -
XYZ 36.85 21.41 80.79 -
YUV 127.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 181 79 235 0.23 0.66 0 0.08 279.23 0.8 0.62
Hex B5 4F EB 17 42 0 8 117 50 3E
Octal 265 117 353 27 102 0 10 427 120 76
Binary 10110101 1001111 11101011 10111 1000010 0 1000 100010111 1010000 111110

Color Harmonies of #B54FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54FEB

Black with #B54FEB

Text Example


Text Example

White with #B54FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54FEB; }

 p { color: rgb(181,79,235); }

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

background-color css

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

 a { background-color: rgb(181,79,235); }

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

border-color css

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

 span { border-color: rgb(181,79,235); }

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