Html Css Color HEX #B154ED Medium Orchid

📋 copy color: '#B154ED'

red 177 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #B154ED

Tints of Medium Orchid #B154ED

RGB

 RED value IS 177 (69.53% from 255) = 35.54%

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 35.54%
G = 16.87%
B = 47.59%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B154ED (or 0xB154ED) is known color: Medium Orchid. HEX triplet: B1, 54 and ED. RGB value is (177,84,237). Sum of RGB (Red+Green+Blue) = 177+84+237=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #B154ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154ED is #4EAB12. Grayscale: #808080. Windows color (decimal): -5155603 or 15553713. OLE color: 15553713.

HSL color Cylindrical-coordinate representation of color #B154ED: hue angle of 276.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B154ED is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 84 237 -
CMYK 0.25 0.65 0 0.07
HSL 276.47º 0.81% 0.63% -
HSV(B) 276.47º 0.65% 0.93% -
XYZ 36.59 21.8 82.4 -
YUV 129.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 177 84 237 0.25 0.65 0 0.07 276.47 0.81 0.63
Hex B1 54 ED 19 41 0 7 114 51 3F
Octal 261 124 355 31 101 0 7 424 121 77
Binary 10110001 1010100 11101101 11001 1000001 0 111 100010100 1010001 111111

Color Harmonies of #B154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154ED

Black with #B154ED

Text Example


Text Example

White with #B154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154ED; }

 p { color: rgb(177,84,237); }

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

background-color css

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

 a { background-color: rgb(177,84,237); }

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

border-color css

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

 span { border-color: rgb(177,84,237); }

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