Html Css Color HEX #B357D0 Medium Orchid

📋 copy color: '#B357D0'

red 179 ◦ green 87 ◦ blue 208

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

Shades of Medium Orchid #B357D0

Tints of Medium Orchid #B357D0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

 BLUE value IS 208 (81.64% from 255) = 43.88%

R = 37.76%
G = 18.35%
B = 43.88%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B357D0 (or 0xB357D0) is known color: Medium Orchid. HEX triplet: B3, 57 and D0. RGB value is (179,87,208). Sum of RGB (Red+Green+Blue) = 179+87+208=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #B357D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357D0 is #4CA82F. Grayscale: #7F7F7F. Windows color (decimal): -5023792 or 13653939. OLE color: 13653939.

HSL color Cylindrical-coordinate representation of color #B357D0: hue angle of 285.62º degrees, saturation: 0.56, 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 #B357D0 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 87 208 -
CMYK 0.14 0.58 0 0.18
HSL 285.62º 0.56% 0.58% -
HSV(B) 285.62º 0.58% 0.82% -
XYZ 33.38 20.95 61.96 -
YUV 128.3 172.98 164.16 -
System Red Green Blue C M Y K H S L
Decimal 179 87 208 0.14 0.58 0 0.18 285.62 0.56 0.58
Hex B3 57 D0 E 3A 0 12 11E 38 3A
Octal 263 127 320 16 72 0 22 436 70 72
Binary 10110011 1010111 11010000 1110 111010 0 10010 100011110 111000 111010

Color Harmonies of #B357D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B357D0

Black with #B357D0

Text Example


Text Example

White with #B357D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B357D0; }

 p { color: rgb(179,87,208); }

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

background-color css

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

 a { background-color: rgb(179,87,208); }

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

border-color css

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

 span { border-color: rgb(179,87,208); }

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