Html Css Color HEX #B058F2 Medium Orchid

📋 copy color: '#B058F2'

red 176 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #B058F2

Tints of Medium Orchid #B058F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 34.78%
G = 17.39%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B058F2 (or 0xB058F2) is known color: Medium Orchid. HEX triplet: B0, 58 and F2. RGB value is (176,88,242). Sum of RGB (Red+Green+Blue) = 176+88+242=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #B058F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058F2 is #4FA70D. Grayscale: #838383. Windows color (decimal): -5220110 or 15882416. OLE color: 15882416.

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

Color convert

RGB 176 88 242 -
CMYK 0.27 0.64 0 0.05
HSL 274.29º 0.86% 0.65% -
HSV(B) 274.29º 0.64% 0.95% -
XYZ 37.42 22.62 86.4 -
YUV 131.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 176 88 242 0.27 0.64 0 0.05 274.29 0.86 0.65
Hex B0 58 F2 1B 40 0 5 112 56 41
Octal 260 130 362 33 100 0 5 422 126 101
Binary 10110000 1011000 11110010 11011 1000000 0 101 100010010 1010110 1000001

Color Harmonies of #B058F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058F2

Black with #B058F2

Text Example


Text Example

White with #B058F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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