Html Css Color HEX #B058F1 Medium Orchid

📋 copy color: '#B058F1'

red 176 ◦ green 88 ◦ blue 241

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

Shades of Medium Orchid #B058F1

Tints of Medium Orchid #B058F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 34.85%
G = 17.43%
B = 47.72%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B058F1 (or 0xB058F1) is known color: Medium Orchid. HEX triplet: B0, 58 and F1. RGB value is (176,88,241). Sum of RGB (Red+Green+Blue) = 176+88+241=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #B058F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058F1 is #4FA70E. Grayscale: #838383. Windows color (decimal): -5220111 or 15816880. OLE color: 15816880.

HSL color Cylindrical-coordinate representation of color #B058F1: hue angle of 274.51º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B058F1 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 88 241 -
CMYK 0.27 0.63 0 0.05
HSL 274.51º 0.85% 0.65% -
HSV(B) 274.51º 0.63% 0.95% -
XYZ 37.27 22.56 85.61 -
YUV 131.75 189.65 159.56 -
System Red Green Blue C M Y K H S L
Decimal 176 88 241 0.27 0.63 0 0.05 274.51 0.85 0.65
Hex B0 58 F1 1B 3F 0 5 113 55 41
Octal 260 130 361 33 77 0 5 423 125 101
Binary 10110000 1011000 11110001 11011 111111 0 101 100010011 1010101 1000001

Color Harmonies of #B058F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058F1

Black with #B058F1

Text Example


Text Example

White with #B058F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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