Html Css Color HEX #B145F9 Medium Orchid

📋 copy color: '#B145F9'

red 177 ◦ green 69 ◦ blue 249

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

Shades of Medium Orchid #B145F9

Tints of Medium Orchid #B145F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 35.76%
G = 13.94%
B = 50.3%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B145F9 (or 0xB145F9) is known color: Medium Orchid. HEX triplet: B1, 45 and F9. RGB value is (177,69,249). Sum of RGB (Red+Green+Blue) = 177+69+249=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #B145F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145F9 is #4EBA06. Grayscale: #797979. Windows color (decimal): -5159431 or 16336305. OLE color: 16336305.

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

Color convert

RGB 177 69 249 -
CMYK 0.29 0.72 0 0.02
HSL 276º 0.94% 0.62% -
HSV(B) 276º 0.72% 0.98% -
XYZ 37.36 20.44 91.6 -
YUV 121.81 199.78 167.36 -
System Red Green Blue C M Y K H S L
Decimal 177 69 249 0.29 0.72 0 0.02 276 0.94 0.62
Hex B1 45 F9 1D 48 0 2 114 5E 3E
Octal 261 105 371 35 110 0 2 424 136 76
Binary 10110001 1000101 11111001 11101 1001000 0 10 100010100 1011110 111110

Color Harmonies of #B145F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145F9

Black with #B145F9

Text Example


Text Example

White with #B145F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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