Html Css Color HEX #B54EEB Medium Orchid

📋 copy color: '#B54EEB'

red 181 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #B54EEB

Tints of Medium Orchid #B54EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.79%

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

R = 36.64%
G = 15.79%
B = 47.57%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B54EEB (or 0xB54EEB) is known color: Medium Orchid. HEX triplet: B5, 4E and EB. RGB value is (181,78,235). Sum of RGB (Red+Green+Blue) = 181+78+235=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #B54EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EEB is #4AB114. Grayscale: #7E7E7E. Windows color (decimal): -4894997 or 15421109. OLE color: 15421109.

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

Color convert

RGB 181 78 235 -
CMYK 0.23 0.67 0 0.08
HSL 279.36º 0.8% 0.61% -
HSV(B) 279.36º 0.67% 0.92% -
XYZ 36.78 21.27 80.76 -
YUV 126.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 181 78 235 0.23 0.67 0 0.08 279.36 0.8 0.61
Hex B5 4E EB 17 43 0 8 117 50 3D
Octal 265 116 353 27 103 0 10 427 120 75
Binary 10110101 1001110 11101011 10111 1000011 0 1000 100010111 1010000 111101

Color Harmonies of #B54EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54EEB

Black with #B54EEB

Text Example


Text Example

White with #B54EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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