Html Css Color HEX #B152FE Medium Orchid

📋 copy color: '#B152FE'

red 177 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #B152FE

Tints of Medium Orchid #B152FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.98%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 34.5%
G = 15.98%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B152FE (or 0xB152FE) is known color: Medium Orchid. HEX triplet: B1, 52 and FE. RGB value is (177,82,254). Sum of RGB (Red+Green+Blue) = 177+82+254=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B152FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B152FE is #4EAD01. Grayscale: #818181. Windows color (decimal): -5156098 or 16667313. OLE color: 16667313.

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

Color convert

RGB 177 82 254 -
CMYK 0.30 0.68 0 0.00
HSL 273.14º 0.99% 0.66% -
HSV(B) 273.14º 0.68% 1% -
XYZ 39.04 22.54 96.06 -
YUV 130.01 197.97 161.51 -
System Red Green Blue C M Y K H S L
Decimal 177 82 254 0.30 0.68 0 0.00 273.14 0.99 0.66
Hex B1 52 FE 1E 44 0 0 111 63 42
Octal 261 122 376 36 104 0 0 421 143 102
Binary 10110001 1010010 11111110 11110 1000100 0 0 100010001 1100011 1000010

Color Harmonies of #B152FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152FE

Black with #B152FE

Text Example


Text Example

White with #B152FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152FE; }

 p { color: rgb(177,82,254); }

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

background-color css

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

 a { background-color: rgb(177,82,254); }

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

border-color css

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

 span { border-color: rgb(177,82,254); }

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