Html Css Color HEX #B058DF Medium Orchid

📋 copy color: '#B058DF'

red 176 ◦ green 88 ◦ blue 223

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

Shades of Medium Orchid #B058DF

Tints of Medium Orchid #B058DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 36.14%
G = 18.07%
B = 45.79%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B058DF (or 0xB058DF) is known color: Medium Orchid. HEX triplet: B0, 58 and DF. RGB value is (176,88,223). Sum of RGB (Red+Green+Blue) = 176+88+223=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B058DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DF is #4FA720. Grayscale: #818181. Windows color (decimal): -5220129 or 14637232. OLE color: 14637232.

HSL color Cylindrical-coordinate representation of color #B058DF: hue angle of 279.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B058DF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 88 223 -
CMYK 0.21 0.61 0 0.13
HSL 279.11º 0.68% 0.61% -
HSV(B) 279.11º 0.61% 0.87% -
XYZ 34.71 21.54 72.14 -
YUV 129.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 176 88 223 0.21 0.61 0 0.13 279.11 0.68 0.61
Hex B0 58 DF 15 3D 0 D 117 44 3D
Octal 260 130 337 25 75 0 15 427 104 75
Binary 10110000 1011000 11011111 10101 111101 0 1101 100010111 1000100 111101

Color Harmonies of #B058DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058DF

Black with #B058DF

Text Example


Text Example

White with #B058DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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