Html Css Color HEX #B052CC Medium Orchid

📋 copy color: '#B052CC'

red 176 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #B052CC

Tints of Medium Orchid #B052CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 38.1%
G = 17.75%
B = 44.16%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B052CC (or 0xB052CC) is known color: Medium Orchid. HEX triplet: B0, 52 and CC. RGB value is (176,82,204). Sum of RGB (Red+Green+Blue) = 176+82+204=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #B052CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B052CC is #4FAD33. Grayscale: #7B7B7B. Windows color (decimal): -5221684 or 13390512. OLE color: 13390512.

HSL color Cylindrical-coordinate representation of color #B052CC: hue angle of 286.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B052CC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 82 204 -
CMYK 0.14 0.60 0 0.2
HSL 286.23º 0.54% 0.56% -
HSV(B) 286.23º 0.6% 0.8% -
XYZ 31.82 19.62 59.24 -
YUV 124.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 176 82 204 0.14 0.60 0 0.2 286.23 0.54 0.56
Hex B0 52 CC E 3C 0 14 11E 36 38
Octal 260 122 314 16 74 0 24 436 66 70
Binary 10110000 1010010 11001100 1110 111100 0 10100 100011110 110110 111000

Color Harmonies of #B052CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B052CC

Black with #B052CC

Text Example


Text Example

White with #B052CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B052CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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