Html Css Color HEX #B058C3 Medium Orchid

📋 copy color: '#B058C3'

red 176 ◦ green 88 ◦ blue 195

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

Shades of Medium Orchid #B058C3

Tints of Medium Orchid #B058C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.48%

R = 38.34%
G = 19.17%
B = 42.48%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B058C3 (or 0xB058C3) is known color: Medium Orchid. HEX triplet: B0, 58 and C3. RGB value is (176,88,195). Sum of RGB (Red+Green+Blue) = 176+88+195=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 195 (76.56% from 255 or 42.48% from 459); Max value from RGB is 195 - color contains mainly: blue. Hex color #B058C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C3 is #4FA73C. Grayscale: #7E7E7E. Windows color (decimal): -5220157 or 12802224. OLE color: 12802224.

HSL color Cylindrical-coordinate representation of color #B058C3: hue angle of 289.35º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B058C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 88 195 -
CMYK 0.10 0.55 0 0.24
HSL 289.35º 0.47% 0.55% -
HSV(B) 289.35º 0.55% 0.76% -
XYZ 31.24 20.15 53.87 -
YUV 126.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 176 88 195 0.10 0.55 0 0.24 289.35 0.47 0.55
Hex B0 58 C3 A 37 0 18 121 2F 37
Octal 260 130 303 12 67 0 30 441 57 67
Binary 10110000 1011000 11000011 1010 110111 0 11000 100100001 101111 110111

Color Harmonies of #B058C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058C3

Black with #B058C3

Text Example


Text Example

White with #B058C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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