Html Css Color HEX #B358D2 Medium Orchid

📋 copy color: '#B358D2'

red 179 ◦ green 88 ◦ blue 210

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

Shades of Medium Orchid #B358D2

Tints of Medium Orchid #B358D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 37.53%
G = 18.45%
B = 44.03%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B358D2 (or 0xB358D2) is known color: Medium Orchid. HEX triplet: B3, 58 and D2. RGB value is (179,88,210). Sum of RGB (Red+Green+Blue) = 179+88+210=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #B358D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358D2 is #4CA72D. Grayscale: #808080. Windows color (decimal): -5023534 or 13785267. OLE color: 13785267.

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

Color convert

RGB 179 88 210 -
CMYK 0.15 0.58 0 0.18
HSL 284.75º 0.58% 0.58% -
HSV(B) 284.75º 0.58% 0.82% -
XYZ 33.71 21.22 63.29 -
YUV 129.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 179 88 210 0.15 0.58 0 0.18 284.75 0.58 0.58
Hex B3 58 D2 F 3A 0 12 11D 3A 3A
Octal 263 130 322 17 72 0 22 435 72 72
Binary 10110011 1011000 11010010 1111 111010 0 10010 100011101 111010 111010

Color Harmonies of #B358D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B358D2

Black with #B358D2

Text Example


Text Example

White with #B358D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B358D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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