Html Css Color HEX #B058CA Medium Orchid

📋 copy color: '#B058CA'

red 176 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #B058CA

Tints of Medium Orchid #B058CA

RGB

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

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

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

R = 37.77%
G = 18.88%
B = 43.35%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B058CA (or 0xB058CA) is known color: Medium Orchid. HEX triplet: B0, 58 and CA. RGB value is (176,88,202). Sum of RGB (Red+Green+Blue) = 176+88+202=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B058CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058CA is #4FA735. Grayscale: #7E7E7E. Windows color (decimal): -5220150 or 13260976. OLE color: 13260976.

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

Color convert

RGB 176 88 202 -
CMYK 0.13 0.56 0 0.21
HSL 286.32º 0.52% 0.57% -
HSV(B) 286.32º 0.56% 0.79% -
XYZ 32.05 20.47 58.14 -
YUV 127.31 170.15 162.73 -
System Red Green Blue C M Y K H S L
Decimal 176 88 202 0.13 0.56 0 0.21 286.32 0.52 0.57
Hex B0 58 CA D 38 0 15 11E 34 39
Octal 260 130 312 15 70 0 25 436 64 71
Binary 10110000 1011000 11001010 1101 111000 0 10101 100011110 110100 111001

Color Harmonies of #B058CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058CA

Black with #B058CA

Text Example


Text Example

White with #B058CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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