Html Css Color HEX #B052FF Medium Orchid

📋 copy color: '#B052FF'

red 176 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #B052FF

Tints of Medium Orchid #B052FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 34.31%
G = 15.98%
B = 49.71%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B052FF (or 0xB052FF) is known color: Medium Orchid. HEX triplet: B0, 52 and FF. RGB value is (176,82,255). Sum of RGB (Red+Green+Blue) = 176+82+255=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B052FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052FF is #4FAD00. Grayscale: #818181. Windows color (decimal): -5221633 or 16732848. OLE color: 16732848.

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

Color convert

RGB 176 82 255 -
CMYK 0.31 0.68 0 0
HSL 272.6º 1% 0.66% -
HSV(B) 272.6º 0.68% 1% -
XYZ 38.97 22.48 96.89 -
YUV 129.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 176 82 255 0.31 0.68 0 0 272.6 1 0.66
Hex B0 52 FF 1F 44 0 0 111 64 42
Octal 260 122 377 37 104 0 0 421 144 102
Binary 10110000 1010010 11111111 11111 1000100 0 0 100010001 1100100 1000010

Color Harmonies of #B052FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052FF

Black with #B052FF

Text Example


Text Example

White with #B052FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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