Html Css Color HEX #B052FE Medium Orchid

📋 copy color: '#B052FE'

red 176 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #B052FE

Tints of Medium Orchid #B052FE

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

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

R = 34.38%
G = 16.02%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B052FE (or 0xB052FE) is known color: Medium Orchid. HEX triplet: B0, 52 and FE. RGB value is (176,82,254). Sum of RGB (Red+Green+Blue) = 176+82+254=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B052FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052FE is #4FAD01. Grayscale: #818181. Windows color (decimal): -5221634 or 16667312. OLE color: 16667312.

HSL color Cylindrical-coordinate representation of color #B052FE: hue angle of 272.79º 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 #B052FE is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 82 254 -
CMYK 0.31 0.68 0 0.00
HSL 272.79º 0.99% 0.66% -
HSV(B) 272.79º 0.68% 1% -
XYZ 38.81 22.42 96.05 -
YUV 129.71 198.14 161.01 -
System Red Green Blue C M Y K H S L
Decimal 176 82 254 0.31 0.68 0 0.00 272.79 0.99 0.66
Hex B0 52 FE 1F 44 0 0 111 63 42
Octal 260 122 376 37 104 0 0 421 143 102
Binary 10110000 1010010 11111110 11111 1000100 0 0 100010001 1100011 1000010

Color Harmonies of #B052FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052FE

Black with #B052FE

Text Example


Text Example

White with #B052FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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