Html Css Color HEX #B145FB Medium Orchid

📋 copy color: '#B145FB'

red 177 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #B145FB

Tints of Medium Orchid #B145FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.88%

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 35.61%
G = 13.88%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B145FB (or 0xB145FB) is known color: Medium Orchid. HEX triplet: B1, 45 and FB. RGB value is (177,69,251). Sum of RGB (Red+Green+Blue) = 177+69+251=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #B145FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145FB is #4EBA04. Grayscale: #797979. Windows color (decimal): -5159429 or 16467377. OLE color: 16467377.

HSL color Cylindrical-coordinate representation of color #B145FB: hue angle of 275.6º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B145FB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 69 251 -
CMYK 0.29 0.73 0 0.02
HSL 275.6º 0.96% 0.63% -
HSV(B) 275.6º 0.73% 0.98% -
XYZ 37.67 20.57 93.25 -
YUV 122.04 200.78 167.2 -
System Red Green Blue C M Y K H S L
Decimal 177 69 251 0.29 0.73 0 0.02 275.6 0.96 0.63
Hex B1 45 FB 1D 49 0 2 114 60 3F
Octal 261 105 373 35 111 0 2 424 140 77
Binary 10110001 1000101 11111011 11101 1001001 0 10 100010100 1100000 111111

Color Harmonies of #B145FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145FB

Black with #B145FB

Text Example


Text Example

White with #B145FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145FB; }

 p { color: rgb(177,69,251); }

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

background-color css

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

 a { background-color: rgb(177,69,251); }

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

border-color css

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

 span { border-color: rgb(177,69,251); }

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