Html Css Color HEX #B154F3 Medium Orchid

📋 copy color: '#B154F3'

red 177 ◦ green 84 ◦ blue 243

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

Shades of Medium Orchid #B154F3

Tints of Medium Orchid #B154F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.21%

R = 35.12%
G = 16.67%
B = 48.21%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B154F3 (or 0xB154F3) is known color: Medium Orchid. HEX triplet: B1, 54 and F3. RGB value is (177,84,243). Sum of RGB (Red+Green+Blue) = 177+84+243=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #B154F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154F3 is #4EAB0C. Grayscale: #818181. Windows color (decimal): -5155597 or 15946929. OLE color: 15946929.

HSL color Cylindrical-coordinate representation of color #B154F3: hue angle of 275.09º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B154F3 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 84 243 -
CMYK 0.27 0.65 0 0.05
HSL 275.09º 0.87% 0.64% -
HSV(B) 275.09º 0.65% 0.95% -
XYZ 37.48 22.16 87.1 -
YUV 129.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 177 84 243 0.27 0.65 0 0.05 275.09 0.87 0.64
Hex B1 54 F3 1B 41 0 5 113 57 40
Octal 261 124 363 33 101 0 5 423 127 100
Binary 10110001 1010100 11110011 11011 1000001 0 101 100010011 1010111 1000000

Color Harmonies of #B154F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154F3

Black with #B154F3

Text Example


Text Example

White with #B154F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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