Html Css Color HEX #B151FD Medium Orchid

📋 copy color: '#B151FD'

red 177 ◦ green 81 ◦ blue 253

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

Shades of Medium Orchid #B151FD

Tints of Medium Orchid #B151FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.85%

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

R = 34.64%
G = 15.85%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B151FD (or 0xB151FD) is known color: Medium Orchid. HEX triplet: B1, 51 and FD. RGB value is (177,81,253). Sum of RGB (Red+Green+Blue) = 177+81+253=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #B151FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151FD is #4EAE02. Grayscale: #808080. Windows color (decimal): -5156355 or 16601521. OLE color: 16601521.

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

Color convert

RGB 177 81 253 -
CMYK 0.30 0.68 0 0.01
HSL 273.49º 0.98% 0.65% -
HSV(B) 273.49º 0.68% 0.99% -
XYZ 38.8 22.32 95.19 -
YUV 129.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 177 81 253 0.30 0.68 0 0.01 273.49 0.98 0.65
Hex B1 51 FD 1E 44 0 1 111 62 41
Octal 261 121 375 36 104 0 1 421 142 101
Binary 10110001 1010001 11111101 11110 1000100 0 1 100010001 1100010 1000001

Color Harmonies of #B151FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151FD

Black with #B151FD

Text Example


Text Example

White with #B151FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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