Html Css Color HEX #B354E1 Medium Orchid

📋 copy color: '#B354E1'

red 179 ◦ green 84 ◦ blue 225

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

Shades of Medium Orchid #B354E1

Tints of Medium Orchid #B354E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 36.68%
G = 17.21%
B = 46.11%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B354E1 (or 0xB354E1) is known color: Medium Orchid. HEX triplet: B3, 54 and E1. RGB value is (179,84,225). Sum of RGB (Red+Green+Blue) = 179+84+225=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #B354E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B354E1 is #4CAB1E. Grayscale: #808080. Windows color (decimal): -5024543 or 14767283. OLE color: 14767283.

HSL color Cylindrical-coordinate representation of color #B354E1: hue angle of 280.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B354E1 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 84 225 -
CMYK 0.20 0.63 0 0.12
HSL 280.43º 0.7% 0.61% -
HSV(B) 280.43º 0.63% 0.88% -
XYZ 35.35 21.36 73.49 -
YUV 128.48 182.47 164.04 -
System Red Green Blue C M Y K H S L
Decimal 179 84 225 0.20 0.63 0 0.12 280.43 0.7 0.61
Hex B3 54 E1 14 3F 0 C 118 46 3D
Octal 263 124 341 24 77 0 14 430 106 75
Binary 10110011 1010100 11100001 10100 111111 0 1100 100011000 1000110 111101

Color Harmonies of #B354E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354E1

Black with #B354E1

Text Example


Text Example

White with #B354E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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