Html Css Color HEX #B355E7 Medium Orchid

📋 copy color: '#B355E7'

red 179 ◦ green 85 ◦ blue 231

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

Shades of Medium Orchid #B355E7

Tints of Medium Orchid #B355E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.67%

R = 36.16%
G = 17.17%
B = 46.67%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B355E7 (or 0xB355E7) is known color: Medium Orchid. HEX triplet: B3, 55 and E7. RGB value is (179,85,231). Sum of RGB (Red+Green+Blue) = 179+85+231=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #B355E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B355E7 is #4CAA18. Grayscale: #818181. Windows color (decimal): -5024281 or 15160755. OLE color: 15160755.

HSL color Cylindrical-coordinate representation of color #B355E7: hue angle of 278.63º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B355E7 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 85 231 -
CMYK 0.23 0.63 0 0.09
HSL 278.63º 0.75% 0.62% -
HSV(B) 278.63º 0.63% 0.91% -
XYZ 36.26 21.85 77.91 -
YUV 129.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 179 85 231 0.23 0.63 0 0.09 278.63 0.75 0.62
Hex B3 55 E7 17 3F 0 9 117 4B 3E
Octal 263 125 347 27 77 0 11 427 113 76
Binary 10110011 1010101 11100111 10111 111111 0 1001 100010111 1001011 111110

Color Harmonies of #B355E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355E7

Black with #B355E7

Text Example


Text Example

White with #B355E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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