Html Css Color HEX #B354ED Medium Orchid

📋 copy color: '#B354ED'

red 179 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #B354ED

Tints of Medium Orchid #B354ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.8%

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 35.8%
G = 16.8%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B354ED (or 0xB354ED) is known color: Medium Orchid. HEX triplet: B3, 54 and ED. RGB value is (179,84,237). Sum of RGB (Red+Green+Blue) = 179+84+237=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #B354ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354ED is #4CAB12. Grayscale: #818181. Windows color (decimal): -5024531 or 15553715. OLE color: 15553715.

HSL color Cylindrical-coordinate representation of color #B354ED: hue angle of 277.25º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B354ED is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 84 237 -
CMYK 0.24 0.65 0 0.07
HSL 277.25º 0.81% 0.63% -
HSV(B) 277.25º 0.65% 0.93% -
XYZ 37.05 22.04 82.42 -
YUV 129.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 179 84 237 0.24 0.65 0 0.07 277.25 0.81 0.63
Hex B3 54 ED 18 41 0 7 115 51 3F
Octal 263 124 355 30 101 0 7 425 121 77
Binary 10110011 1010100 11101101 11000 1000001 0 111 100010101 1010001 111111

Color Harmonies of #B354ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354ED

Black with #B354ED

Text Example


Text Example

White with #B354ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354ED; }

 p { color: rgb(179,84,237); }

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

background-color css

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

 a { background-color: rgb(179,84,237); }

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

border-color css

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

 span { border-color: rgb(179,84,237); }

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