Html Css Color HEX #B052F2 Medium Orchid

📋 copy color: '#B052F2'

red 176 ◦ green 82 ◦ blue 242

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

Shades of Medium Orchid #B052F2

Tints of Medium Orchid #B052F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 35.2%
G = 16.4%
B = 48.4%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B052F2 (or 0xB052F2) is known color: Medium Orchid. HEX triplet: B0, 52 and F2. RGB value is (176,82,242). Sum of RGB (Red+Green+Blue) = 176+82+242=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #B052F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B052F2 is #4FAD0D. Grayscale: #7F7F7F. Windows color (decimal): -5221646 or 15880880. OLE color: 15880880.

HSL color Cylindrical-coordinate representation of color #B052F2: hue angle of 275.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B052F2 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 82 242 -
CMYK 0.27 0.66 0 0.05
HSL 275.25º 0.86% 0.64% -
HSV(B) 275.25º 0.66% 0.95% -
XYZ 36.95 21.68 86.24 -
YUV 128.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 176 82 242 0.27 0.66 0 0.05 275.25 0.86 0.64
Hex B0 52 F2 1B 42 0 5 113 56 40
Octal 260 122 362 33 102 0 5 423 126 100
Binary 10110000 1010010 11110010 11011 1000010 0 101 100010011 1010110 1000000

Color Harmonies of #B052F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052F2

Black with #B052F2

Text Example


Text Example

White with #B052F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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