Html Css Color HEX #B145F7 Medium Orchid

📋 copy color: '#B145F7'

red 177 ◦ green 69 ◦ blue 247

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

Shades of Medium Orchid #B145F7

Tints of Medium Orchid #B145F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 35.9%
G = 14%
B = 50.1%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B145F7 (or 0xB145F7) is known color: Medium Orchid. HEX triplet: B1, 45 and F7. RGB value is (177,69,247). Sum of RGB (Red+Green+Blue) = 177+69+247=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #B145F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145F7 is #4EBA08. Grayscale: #787878. Windows color (decimal): -5159433 or 16205233. OLE color: 16205233.

HSL color Cylindrical-coordinate representation of color #B145F7: hue angle of 276.4º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B145F7 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 69 247 -
CMYK 0.28 0.72 0 0.03
HSL 276.4º 0.92% 0.62% -
HSV(B) 276.4º 0.72% 0.97% -
XYZ 37.05 20.32 89.96 -
YUV 121.58 198.78 167.53 -
System Red Green Blue C M Y K H S L
Decimal 177 69 247 0.28 0.72 0 0.03 276.4 0.92 0.62
Hex B1 45 F7 1C 48 0 3 114 5C 3E
Octal 261 105 367 34 110 0 3 424 134 76
Binary 10110001 1000101 11110111 11100 1001000 0 11 100010100 1011100 111110

Color Harmonies of #B145F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145F7

Black with #B145F7

Text Example


Text Example

White with #B145F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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