Html Css Color HEX #B058CE Medium Orchid

📋 copy color: '#B058CE'

red 176 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B058CE

Tints of Medium Orchid #B058CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 37.45%
G = 18.72%
B = 43.83%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B058CE (or 0xB058CE) is known color: Medium Orchid. HEX triplet: B0, 58 and CE. RGB value is (176,88,206). Sum of RGB (Red+Green+Blue) = 176+88+206=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B058CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058CE is #4FA731. Grayscale: #7F7F7F. Windows color (decimal): -5220146 or 13523120. OLE color: 13523120.

HSL color Cylindrical-coordinate representation of color #B058CE: hue angle of 284.75º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B058CE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 88 206 -
CMYK 0.15 0.57 0 0.19
HSL 284.75º 0.55% 0.58% -
HSV(B) 284.75º 0.57% 0.81% -
XYZ 32.53 20.67 60.67 -
YUV 127.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 176 88 206 0.15 0.57 0 0.19 284.75 0.55 0.58
Hex B0 58 CE F 39 0 13 11D 37 3A
Octal 260 130 316 17 71 0 23 435 67 72
Binary 10110000 1011000 11001110 1111 111001 0 10011 100011101 110111 111010

Color Harmonies of #B058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058CE

Black with #B058CE

Text Example


Text Example

White with #B058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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