Html Css Color HEX #B355EE Medium Orchid

📋 copy color: '#B355EE'

red 179 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #B355EE

Tints of Medium Orchid #B355EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.93%

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

R = 35.66%
G = 16.93%
B = 47.41%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B355EE (or 0xB355EE) is known color: Medium Orchid. HEX triplet: B3, 55 and EE. RGB value is (179,85,238). Sum of RGB (Red+Green+Blue) = 179+85+238=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B355EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355EE is #4CAA11. Grayscale: #828282. Windows color (decimal): -5024274 or 15619507. OLE color: 15619507.

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

Color convert

RGB 179 85 238 -
CMYK 0.25 0.64 0 0.07
HSL 276.86º 0.82% 0.63% -
HSV(B) 276.86º 0.64% 0.93% -
XYZ 37.27 22.25 83.22 -
YUV 130.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 179 85 238 0.25 0.64 0 0.07 276.86 0.82 0.63
Hex B3 55 EE 19 40 0 7 115 52 3F
Octal 263 125 356 31 100 0 7 425 122 77
Binary 10110011 1010101 11101110 11001 1000000 0 111 100010101 1010010 111111

Color Harmonies of #B355EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355EE

Black with #B355EE

Text Example


Text Example

White with #B355EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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