Html Css Color HEX #B052CA Medium Orchid

📋 copy color: '#B052CA'

red 176 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #B052CA

Tints of Medium Orchid #B052CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 38.26%
G = 17.83%
B = 43.91%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B052CA (or 0xB052CA) is known color: Medium Orchid. HEX triplet: B0, 52 and CA. RGB value is (176,82,202). Sum of RGB (Red+Green+Blue) = 176+82+202=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B052CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052CA is #4FAD35. Grayscale: #7B7B7B. Windows color (decimal): -5221686 or 13259440. OLE color: 13259440.

HSL color Cylindrical-coordinate representation of color #B052CA: hue angle of 287º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B052CA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 82 202 -
CMYK 0.13 0.59 0 0.21
HSL 287º 0.53% 0.56% -
HSV(B) 287º 0.59% 0.79% -
XYZ 31.58 19.53 57.98 -
YUV 123.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 176 82 202 0.13 0.59 0 0.21 287 0.53 0.56
Hex B0 52 CA D 3B 0 15 11F 35 38
Octal 260 122 312 15 73 0 25 437 65 70
Binary 10110000 1010010 11001010 1101 111011 0 10101 100011111 110101 111000

Color Harmonies of #B052CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052CA

Black with #B052CA

Text Example


Text Example

White with #B052CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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