Html Css Color HEX #B358CE Medium Orchid

📋 copy color: '#B358CE'

red 179 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #B358CE

Tints of Medium Orchid #B358CE

RGB

 RED value IS 179 (70.31% from 255) = 37.84%

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

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

R = 37.84%
G = 18.6%
B = 43.55%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B358CE (or 0xB358CE) is known color: Medium Orchid. HEX triplet: B3, 58 and CE. RGB value is (179,88,206). Sum of RGB (Red+Green+Blue) = 179+88+206=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #B358CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358CE is #4CA731. Grayscale: #808080. Windows color (decimal): -5023538 or 13523123. OLE color: 13523123.

HSL color Cylindrical-coordinate representation of color #B358CE: hue angle of 286.27º 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 #B358CE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 88 206 -
CMYK 0.13 0.57 0 0.19
HSL 286.27º 0.55% 0.58% -
HSV(B) 286.27º 0.57% 0.81% -
XYZ 33.22 21.02 60.7 -
YUV 128.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 179 88 206 0.13 0.57 0 0.19 286.27 0.55 0.58
Hex B3 58 CE D 39 0 13 11E 37 3A
Octal 263 130 316 15 71 0 23 436 67 72
Binary 10110011 1011000 11001110 1101 111001 0 10011 100011110 110111 111010

Color Harmonies of #B358CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358CE

Black with #B358CE

Text Example


Text Example

White with #B358CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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