Html Css Color HEX #B058C6 Medium Orchid

📋 copy color: '#B058C6'

red 176 ◦ green 88 ◦ blue 198

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

Shades of Medium Orchid #B058C6

Tints of Medium Orchid #B058C6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 38.1%
G = 19.05%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B058C6 (or 0xB058C6) is known color: Medium Orchid. HEX triplet: B0, 58 and C6. RGB value is (176,88,198). Sum of RGB (Red+Green+Blue) = 176+88+198=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B058C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C6 is #4FA739. Grayscale: #7E7E7E. Windows color (decimal): -5220154 or 12998832. OLE color: 12998832.

HSL color Cylindrical-coordinate representation of color #B058C6: hue angle of 288º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B058C6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 88 198 -
CMYK 0.11 0.56 0 0.22
HSL 288º 0.49% 0.56% -
HSV(B) 288º 0.56% 0.78% -
XYZ 31.59 20.29 55.68 -
YUV 126.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 176 88 198 0.11 0.56 0 0.22 288 0.49 0.56
Hex B0 58 C6 B 38 0 16 120 31 38
Octal 260 130 306 13 70 0 26 440 61 70
Binary 10110000 1011000 11000110 1011 111000 0 10110 100100000 110001 111000

Color Harmonies of #B058C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058C6

Black with #B058C6

Text Example


Text Example

White with #B058C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058C6; }

 p { color: rgb(176,88,198); }

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

background-color css

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

 a { background-color: rgb(176,88,198); }

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

border-color css

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

 span { border-color: rgb(176,88,198); }

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