Html Css Color HEX #B145FC Medium Orchid

📋 copy color: '#B145FC'

red 177 ◦ green 69 ◦ blue 252

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

Shades of Medium Orchid #B145FC

Tints of Medium Orchid #B145FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 35.54%
G = 13.86%
B = 50.6%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B145FC (or 0xB145FC) is known color: Medium Orchid. HEX triplet: B1, 45 and FC. RGB value is (177,69,252). Sum of RGB (Red+Green+Blue) = 177+69+252=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #B145FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145FC is #4EBA03. Grayscale: #797979. Windows color (decimal): -5159428 or 16532913. OLE color: 16532913.

HSL color Cylindrical-coordinate representation of color #B145FC: hue angle of 275.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B145FC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 69 252 -
CMYK 0.30 0.73 0 0.01
HSL 275.41º 0.97% 0.63% -
HSV(B) 275.41º 0.73% 0.99% -
XYZ 37.83 20.63 94.08 -
YUV 122.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 177 69 252 0.30 0.73 0 0.01 275.41 0.97 0.63
Hex B1 45 FC 1E 49 0 1 113 61 3F
Octal 261 105 374 36 111 0 1 423 141 77
Binary 10110001 1000101 11111100 11110 1001001 0 1 100010011 1100001 111111

Color Harmonies of #B145FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145FC

Black with #B145FC

Text Example


Text Example

White with #B145FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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