Html Css Color HEX #B145FD Medium Orchid

📋 copy color: '#B145FD'

red 177 ◦ green 69 ◦ blue 253

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

Shades of Medium Orchid #B145FD

Tints of Medium Orchid #B145FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 35.47%
G = 13.83%
B = 50.7%

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

#B145FD (or 0xB145FD) is known color: Medium Orchid. HEX triplet: B1, 45 and FD. RGB value is (177,69,253). Sum of RGB (Red+Green+Blue) = 177+69+253=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #B145FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145FD is #4EBA02. Grayscale: #797979. Windows color (decimal): -5159427 or 16598449. OLE color: 16598449.

HSL color Cylindrical-coordinate representation of color #B145FD: hue angle of 275.22º degrees, saturation: 0.98, 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 #B145FD is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 69 253 -
CMYK 0.30 0.73 0 0.01
HSL 275.22º 0.98% 0.63% -
HSV(B) 275.22º 0.73% 0.99% -
XYZ 37.99 20.7 94.92 -
YUV 122.27 201.78 167.04 -
System Red Green Blue C M Y K H S L
Decimal 177 69 253 0.30 0.73 0 0.01 275.22 0.98 0.63
Hex B1 45 FD 1E 49 0 1 113 62 3F
Octal 261 105 375 36 111 0 1 423 142 77
Binary 10110001 1000101 11111101 11110 1001001 0 1 100010011 1100010 111111

Color Harmonies of #B145FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B145FD

Black with #B145FD

Text Example


Text Example

White with #B145FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B145FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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