Html Css Color HEX #B354EE Medium Orchid

📋 copy color: '#B354EE'

red 179 ◦ green 84 ◦ blue 238

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

Shades of Medium Orchid #B354EE

Tints of Medium Orchid #B354EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 35.73%
G = 16.77%
B = 47.5%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B354EE (or 0xB354EE) is known color: Medium Orchid. HEX triplet: B3, 54 and EE. RGB value is (179,84,238). Sum of RGB (Red+Green+Blue) = 179+84+238=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #B354EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B354EE is #4CAB11. Grayscale: #818181. Windows color (decimal): -5024530 or 15619251. OLE color: 15619251.

HSL color Cylindrical-coordinate representation of color #B354EE: hue angle of 277.01º degrees, saturation: 0.82, 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 #B354EE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 84 238 -
CMYK 0.25 0.65 0 0.07
HSL 277.01º 0.82% 0.63% -
HSV(B) 277.01º 0.65% 0.93% -
XYZ 37.19 22.1 83.19 -
YUV 129.96 188.97 162.98 -
System Red Green Blue C M Y K H S L
Decimal 179 84 238 0.25 0.65 0 0.07 277.01 0.82 0.63
Hex B3 54 EE 19 41 0 7 115 52 3F
Octal 263 124 356 31 101 0 7 425 122 77
Binary 10110011 1010100 11101110 11001 1000001 0 111 100010101 1010010 111111

Color Harmonies of #B354EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B354EE

Black with #B354EE

Text Example


Text Example

White with #B354EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B354EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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